r167 - multipath-tools/trunk/path_priority/pp_alua

Bastian Blank waldi at costa.debian.org
Mon Sep 19 14:26:38 UTC 2005


Author: waldi
Date: Mon Sep 19 14:26:37 2005
New Revision: 167

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


Modified: multipath-tools/trunk/path_priority/pp_alua/Makefile
==============================================================================
--- multipath-tools/trunk/path_priority/pp_alua/Makefile	(original)
+++ multipath-tools/trunk/path_priority/pp_alua/Makefile	Mon Sep 19 14:26:37 2005
@@ -40,7 +40,9 @@
 	$(STRIP) $(EXEC)
 
 install: $(BUILD) $(EXEC).8.gz
+	install -d $(DESTDIR)$(bindir)
 	install -m 755 $(EXEC) $(DESTDIR)$(bindir)/$(EXEC)
+	install -d $(DESTDIR)$(mandir)
 	install -m 644 $(EXEC).8.gz $(DESTDIR)$(mandir)
 
 uninstall:



More information about the pkg-lvm-commits mailing list