[SCM] live-build branch, debian, updated. debian/2.0_a28-1-12-g43666a8

Daniel Baumann daniel at debian.org
Thu Sep 16 19:25:29 UTC 2010


The following commit has been merged in the debian branch:
commit ac2c30e3792f5b7715c67dce3791ed59b41c72b9
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 13 21:49:20 2010 +0200

    Updating auto/scripts handling.

diff --git a/functions/common.sh b/functions/common.sh
index d11dec1..1c221d1 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -12,4 +12,4 @@ PACKAGE="live-build"
 VERSION="2.0~a28-1"
 CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
 
-PATH="${PWD}/auto/helpers:${PATH}"
+PATH="${PWD}/auto/scripts:${PATH}"
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b9b475f..193d59b 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -226,7 +226,7 @@ Set_defaults ()
 		LB_TEMPLATES="${LB_BASE}/templates"
 	fi
 
-	# Setting live helper options
+	# Setting live build options
 	_BREAKPOINTS="${_BREAKPOINTS:-false}"
 	_COLOR="${_COLOR:-false}"
 	_DEBUG="${_DEBUG:-false}"
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index afb6935..487d81c 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -1288,6 +1288,7 @@ LB_SOURCE_IMAGES="${LB_SOURCE_IMAGES}"
 EOF
 
 mkdir -p auto/functions
+mkdir -p auto/scripts
 
 if [ "${CONFIG}" = "clone" ] # FIXME
 then
@@ -1354,6 +1355,11 @@ then
 		rmdir --ignore-fail-on-non-empty auto/functions
 	fi
 
+	if [ -d auto/scripts]
+	then
+		rmdir --ignore-fail-on-non-empty auto/scripts
+	fi
+
 	if [ -d auto ]
 	then
 		rmdir --ignore-fail-on-non-empty auto

-- 
live-build



More information about the debian-live-changes mailing list