[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223

Daniel Baumann daniel at debian.org
Sat Aug 23 22:49:27 UTC 2008


The following commit has been merged in the master branch:
commit d19d07bc76de64d9c4e690d365aef7c0412295f2
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 12 22:26:10 2008 +0200

    Don't expand version in default configuration, but rather use it dynamically.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 65e20ff..dfcef21 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -612,7 +612,7 @@ Set_defaults ()
 	fi
 
 	# Set iso preparer
-	LH_ISO_PREPARER="${LH_ISO_PREPARER:-live-helper ${VERSION}; http://packages.qa.debian.org/live-helper}"
+	LH_ISO_PREPARER="${LH_ISO_PREPARER:-live-helper \${VERSION}; http://packages.qa.debian.org/live-helper}"
 
 	# Set iso publisher
 	LH_ISO_PUBLISHER="${LH_ISO_PUBLISHER:-Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org}"

-- 
debian-live



More information about the debian-live-changes mailing list