[SCM] Debian Live build scripts branch, master, updated. 1.0.0-2-45-gd009d3a

Daniel Baumann daniel at debian.org
Wed Sep 17 11:02:54 UTC 2008


The following commit has been merged in the master branch:
commit d009d3ac7817f9e0055cb40cf797aa1f5418d499
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 17 11:07:44 2008 +0200

    Adding scripts directory to to include custom helper scripts.

diff --git a/functions/common.sh b/functions/common.sh
index 38b243e..1b6781c 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -11,3 +11,5 @@ set -e
 
 PROGRAM="$(basename ${0})"
 VERSION="1.0.0"
+
+PATH="${PWD}/scripts:${PATH}"
diff --git a/helpers/lh_config b/helpers/lh_config
index 85cd563..0e6f6cb 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -1136,6 +1136,8 @@ LH_SOURCE="${LH_SOURCE}"
 LH_SOURCE_IMAGES="${LH_SOURCE_IMAGES}"
 EOF
 
+mkdir -p scripts
+
 if [ "${CONFIG}" = "clone" ] # FIXME
 then
 	# Read package selection

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list