SOURCES: vhcs2-mkdirs_location.patch (NEW) - if variable is used -...

blues blues at pld-linux.org
Wed Feb 1 15:42:26 CET 2006


Author: blues                        Date: Wed Feb  1 14:42:26 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- if variable is used - use it while installing too

---- Files affected:
SOURCES:
   vhcs2-mkdirs_location.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vhcs2-mkdirs_location.patch
diff -u /dev/null SOURCES/vhcs2-mkdirs_location.patch:1.1
--- /dev/null	Wed Feb  1 15:42:26 2006
+++ SOURCES/vhcs2-mkdirs_location.patch	Wed Feb  1 15:42:21 2006
@@ -0,0 +1,15 @@
+--- ./tools/build/Makefile.org1	2006-02-01 15:32:02.459199064 +0100
++++ ./tools/build/Makefile	2006-02-01 15:37:59.580908312 +0100
+@@ -5,10 +5,10 @@
+ 
+ install:
+ 
+-	$(CMD_INSTALL) ./vhcs2-mkdirs.pl /usr/sbin
++	$(CMD_INSTALL) -D ./vhcs2-mkdirs.pl $(SYSTEM_MAKE_DIRS)
+ 
+ uninstall:
+ 
+-	rm -rf /usr/sbin/vhcs2-mkdirs.pl
++	rm -rf $(SYSTEM_MAKE_DIRS)
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list