[SCM] live-helper branch, debian-old-1.0, updated. 74abca3f0537f5cd1b93ded0736db579681fc786

Daniel Baumann daniel at debian.org
Thu Jan 28 17:01:44 UTC 2010


The following commit has been merged in the debian-old-1.0 branch:
commit 6c299754a2c2ce19bc6d88fe45b7ba30fcce4684
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jan 28 17:58:26 2010 +0100

    Correcting wrong variable name when assembling debootstrap options in lh_bootstrap_debootstrap.

diff --git a/helpers/lh_bootstrap_debootstrap b/helpers/lh_bootstrap_debootstrap
index d9fcdd0..5d6af6c 100755
--- a/helpers/lh_bootstrap_debootstrap
+++ b/helpers/lh_bootstrap_debootstrap
@@ -60,7 +60,7 @@ fi
 if [ "${LH_CATEGORIES}" != "main" ]
 then
 	# Modify categories to remove leading/trailing whitespaces and replace other whitepspace with commas
-	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')"
+	DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo ${LH_CATEGORIES} | sed -e 's| |,|g')"
 fi
 
 if [ -n "${LH_BOOTSTRAP_CONFIG}" ]

-- 
live-helper



More information about the debian-live-changes mailing list