r298 - multipath-tools/trunk/multipath

Bastian Blank waldi at costa.debian.org
Fri Mar 17 16:22:28 UTC 2006


Author: waldi
Date: Fri Mar 17 16:22:26 2006
New Revision: 298

Modified:
   multipath-tools/trunk/multipath/Makefile
Log:
multipath/Makefile: Don't install udev scripts.


Modified: multipath-tools/trunk/multipath/Makefile
==============================================================================
--- multipath-tools/trunk/multipath/Makefile	(original)
+++ multipath-tools/trunk/multipath/Makefile	Fri Mar 17 16:22:26 2006
@@ -40,8 +40,7 @@
 install:
 	install -d $(DESTDIR)$(bindir)
 	install -m 755 $(EXEC) $(DESTDIR)$(bindir)/
-	install -d $(DESTDIR)/etc/udev/scripts/
-	install -m 755 multipath.sh $(DESTDIR)/etc/udev/scripts
+	install -d $(DESTDIR)/etc/udev
 	install -m 644 multipath.rules $(DESTDIR)/etc/udev/
 	install -d $(DESTDIR)$(mandir)
 	install -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir)



More information about the pkg-lvm-commits mailing list