summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-12 22:26:10 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:39 +0100
commit7e5d71ed649966976e9555ae357912bb730dd6d0 (patch)
treeb2ed0fe888f7db26e5bcb9bd208ca716bab8c43f /functions
parent7230a7db139a2fac0f42fb0ac823f5b2f0e4fefe (diff)
downloadlive-build-7e5d71ed649966976e9555ae357912bb730dd6d0.zip
live-build-7e5d71ed649966976e9555ae357912bb730dd6d0.tar.gz
Don't expand version in default configuration, but rather use it dynamically.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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@lists.alioth.debian.org}"