[Debian-live-changes] r1835 - dists/trunk/live-sysvinit

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 28 08:31:29 UTC 2007


Author: daniel
Date: 2007-05-28 08:31:29 +0000 (Mon, 28 May 2007)
New Revision: 1835

Modified:
   dists/trunk/live-sysvinit/Makefile
Log:


Modified: dists/trunk/live-sysvinit/Makefile
===================================================================
--- dists/trunk/live-sysvinit/Makefile	2007-05-28 08:25:18 UTC (rev 1834)
+++ dists/trunk/live-sysvinit/Makefile	2007-05-28 08:31:29 UTC (rev 1835)
@@ -15,7 +15,7 @@
 
 install: test
 	# Installing init scripts
-	set -e; for SCRIPTin init/*; \
+	set -e; for SCRIPT in init/*; \
 	do \
 		install -D -m 0755 $$SCRIPT $(DESTDIR)/etc/init.d/live_`basename $$SCRIPT`; \
 	done




More information about the Debian-live-changes mailing list