r2732 - dists/trunk/live-initramfs

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Aug 11 16:45:14 UTC 2007


Author: daniel
Date: 2007-08-11 16:45:14 +0000 (Sat, 11 Aug 2007)
New Revision: 2732

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


Modified: dists/trunk/live-initramfs/Makefile
===================================================================
--- dists/trunk/live-initramfs/Makefile	2007-08-11 15:14:57 UTC (rev 2731)
+++ dists/trunk/live-initramfs/Makefile	2007-08-11 16:45:14 UTC (rev 2732)
@@ -7,7 +7,7 @@
 all: build
 
 test:
-	set -e; for SCRIPT in hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*; \
+	set -e; for SCRIPT in bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*; \
 	do \
 		sh -n $$SCRIPT; \
 	done
@@ -108,9 +108,9 @@
 update:
 	set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
 	do \
-		sed -i	-e 's/2007\\-08\\-06/2007\\-08\\-13/' \
-			-e 's/06.08.2007/13.08.2007/' \
-			-e 's/1.95.2/1.95.3/' \
+		sed -i	-e 's/2007\\-08\\-13/2007\\-08\\-20/' \
+			-e 's/13.08.2007/20.08.2007/' \
+			-e 's/1.95.3/1.95.4/' \
 		$$FILE; \
 	done
 




More information about the debian-live-changes mailing list