[Debian-live-changes] r2077 - dists/trunk/live-helper

daniel at alioth.debian.org daniel at alioth.debian.org
Wed Jun 13 19:37:49 UTC 2007


Author: daniel
Date: 2007-06-13 19:37:49 +0000 (Wed, 13 Jun 2007)
New Revision: 2077

Added:
   dists/trunk/live-helper/data/
Modified:
   dists/trunk/live-helper/Makefile
Log:


Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile	2007-06-13 19:06:24 UTC (rev 2076)
+++ dists/trunk/live-helper/Makefile	2007-06-13 19:37:49 UTC (rev 2077)
@@ -20,7 +20,7 @@
 
 	# Installing shared data
 	mkdir -p $(DESTDIR)/usr/share/live-helper
-	cp -r examples functions hooks includes lists templates $(DESTDIR)/usr/share/live-helper
+	cp -r data examples functions hooks includes lists templates $(DESTDIR)/usr/share/live-helper
 
 	# Installing documentation
 	mkdir -p $(DESTDIR)/usr/share/doc/live-helper
@@ -97,7 +97,7 @@
 		$$MANPAGE; \
 	done
 
-	set -e; for SCRIPT in functions/common.sh examples/cron/etch.sh examples/cron/etch+beryl.sh; \
+	set -e; for SCRIPT in functions/*.sh examples/cron/*.sh; \
 	do \
 		sed -i -e 's/1.0~a14/1.0~a15/' $$SCRIPT; \
 	done




More information about the Debian-live-changes mailing list