r259 - multipath-tools/trunk/path_priority/pp_random

Bastian Blank waldi at costa.debian.org
Thu Feb 9 21:12:00 UTC 2006


Author: waldi
Date: Thu Feb  9 21:11:59 2006
New Revision: 259

Modified:
   multipath-tools/trunk/path_priority/pp_random/Makefile
Log:
path_priority/pp_random/Makefile: Fix.


Modified: multipath-tools/trunk/path_priority/pp_random/Makefile
==============================================================================
--- multipath-tools/trunk/path_priority/pp_random/Makefile	(original)
+++ multipath-tools/trunk/path_priority/pp_random/Makefile	Thu Feb  9 21:11:59 2006
@@ -16,7 +16,8 @@
 	$(CC) -static -o $(EXEC) $(OBJS)
 
 install: $(EXEC)
-	install -s -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC)
+	install -d $(DESTDIR)$(bindir)
+	install -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC)
 
 uninstall:
 	rm $(DESTDIR)$(bindir)/$(EXEC)



More information about the pkg-lvm-commits mailing list