Skip to content

Commit

Permalink
CA-61230: omit the dead 'block' udev script from the OMakefile and RP…
Browse files Browse the repository at this point in the history
…M spec file.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
  • Loading branch information
David Scott committed Jun 14, 2011
1 parent ef85ec0 commit fb7fd77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/OMakefile
Expand Up @@ -67,7 +67,7 @@ install:
ln -sf ../xen-backend.rules; \
ln -sf ../xen-frontend.rules'
mkdir -p $(DESTDIR)/etc/xensource/scripts/
$(IPROG) block block-frontend vif tap $(DESTDIR)/etc/xensource/scripts/
$(IPROG) block-frontend vif tap $(DESTDIR)/etc/xensource/scripts/
$(IPROG) pool.conf $(DESTDIR)/etc/xensource/
mkdir -p $(DESTDIR)/etc/pam.d
$(IPROG) pam.d-xapi $(DESTDIR)/etc/pam.d/xapi
Expand Down
1 change: 0 additions & 1 deletion xapi.spec.in
Expand Up @@ -167,7 +167,6 @@ rm -rf $RPM_BUILD_ROOT
/etc/xensource/master.d/01-example
/etc/xensource/master.d/03-mpathalert-daemon
/etc/xensource/pool.conf
/etc/xensource/scripts/block
/etc/xensource/scripts/block-frontend
/etc/xensource/scripts/tap
/etc/xensource/scripts/vif
Expand Down

0 comments on commit fb7fd77

Please sign in to comment.