[Pkg-xen-changes] r901 - trunk/xen-common/debian/scripts

Bastian Blank waldi at alioth.debian.org
Fri Jun 24 18:12:12 UTC 2011


Author: waldi
Date: Fri Jun 24 18:12:11 2011
New Revision: 901

Log:
debian/scripts/Makefile: Rename variable.

Modified:
   trunk/xen-common/debian/scripts/Makefile

Modified: trunk/xen-common/debian/scripts/Makefile
==============================================================================
--- trunk/xen-common/debian/scripts/Makefile	Fri Jun 24 18:02:25 2011	(r900)
+++ trunk/xen-common/debian/scripts/Makefile	Fri Jun 24 18:12:11 2011	(r901)
@@ -1,7 +1,7 @@
 ETC_SCRIPTS = \
 	qemu-ifup
 
-GLOBAL_SCRIPTS = \
+GLOBAL_WRAPPER_SCRIPTS = \
 	cpuperf-perfcntr \
 	cpuperf-xen \
 	xend \
@@ -29,7 +29,7 @@
 	install -d $(DESTDIR)$(ETC_SCRIPTS_DIR)
 	install $(ETC_SCRIPTS) $(DESTDIR)$(ETC_SCRIPTS_DIR)
 	install -d $(DESTDIR)$(GLOBAL_SCRIPTS_DIR)
-	@for i in $(GLOBAL_SCRIPTS); do \
+	@for i in $(GLOBAL_WRAPPER_SCRIPTS); do \
 	    echo ln -s $(PRIVATE_SCRIPTS_DIR)/$(WRAPPER) $(DESTDIR)$(GLOBAL_SCRIPTS_DIR)/$$i; \
 	    ln -s $(PRIVATE_SCRIPTS_DIR)/$(WRAPPER) $(DESTDIR)$(GLOBAL_SCRIPTS_DIR)/$$i || exit 1; \
 	done



More information about the Pkg-xen-changes mailing list