[SCM] Debian Live build scripts branch, master, updated. 1.0.2-4-49-g526cc72

Daniel Baumann daniel at debian.org
Sat Jan 31 16:06:20 UTC 2009


The following commit has been merged in the master branch:
commit 526cc72ae4b9e04218b621a91e5506e158379e91
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 31 17:05:41 2009 +0100

    Adding autoconfig support to lh_build as well.

diff --git a/helpers/lh_build b/helpers/lh_build
index b38c0b6..d3e7d63 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -12,6 +12,17 @@ set -e
 # Including common functions
 . "${LH_BASE:-/usr/share/live-helper}"/functions.sh
 
+# Read meta config
+if [ "${1}" != "noautoconfig" ] && [ -x scripts/build ]
+then
+	./scripts/build ${@}
+fi
+
+if [ "${1}" = "noautoconfig" ]
+then
+	shift
+fi
+
 # Setting static variables
 DESCRIPTION="$(Echo 'build a Debian Live system')"
 HELP=""

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list