[SCM] live-build branch, debian-old-2.0, updated. 5ee20800049808498d0e5550d2842bfac5ccd25c

Daniel Baumann daniel at debian.org
Sat Mar 12 12:45:46 UTC 2011


The following commit has been merged in the debian-old-2.0 branch:
commit 5ee20800049808498d0e5550d2842bfac5ccd25c
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 12 13:45:42 2011 +0100

    Correcting variables names for standard and rescue package lists and tasks automagics for default flavours.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 23842fd..47dbe3c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -720,12 +720,12 @@ Set_defaults ()
 				;;
 
 			standard)
-				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||') standard"
+				LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|standard||') standard"
 				LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||') standard"
 				;;
 
 			rescue)
-				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
+				LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
 				LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
 				;;
 

-- 
live-build



More information about the debian-live-changes mailing list