summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-08 11:22:58 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:41 +0100
commitb32d8b0eb3cbf910e116b45ff0632ac3ce9837fc (patch)
treebcec818d23fc1884753f2e7401381cba3090ada0 /functions/defaults.sh
parentc2e7d59973d98447ba670aa677cd166a6319ad81 (diff)
downloadlive-build-b32d8b0eb3cbf910e116b45ff0632ac3ce9837fc.zip
live-build-b32d8b0eb3cbf910e116b45ff0632ac3ce9837fc.tar.gz
Correcting typo in iso volume.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index f1e1e3a..cab2492 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -682,7 +682,7 @@ Set_defaults ()
debian-release)
eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`"
- LH_ISO_VOLUME="Debian ${VERSION} ${ARCHITECTURE} live"
+ LH_ISO_VOLUME="Debian ${VERSION} ${LH_ARCHITECTURE} live"
;;
emdebian)