[SCM] Debian Live build scripts (webfrontent) branch, master, updated. 472a6a0825656fbc16f4df6cb19bb16e1df8605f

Richard Nelson unixabg at gmail.com
Mon Sep 8 21:08:36 UTC 2008


The following commit has been merged in the master branch:
commit 472a6a0825656fbc16f4df6cb19bb16e1df8605f
Author: Richard Nelson <unixabg at gmail.com>
Date:   Mon Sep 8 16:02:36 2008 -0500

    Minor local variable confusion for LH_ prefix cleanup.

diff --git a/scripts/cron b/scripts/cron
index cc243e2..11b063d 100755
--- a/scripts/cron
+++ b/scripts/cron
@@ -65,14 +65,14 @@ then
 		mkdir -p "${TEMPDIR}"/"${BUILD}"/config/chroot_sources
 
 		# The next two tests are for unofficial third party repositories
-		if [ -n "${LH_CUSTOM_BOOTSTRAP}" ]
+		if [ -n "${CUSTOM_BOOTSTRAP}" ]
 		then
-			echo "${LH_CUSTOM_BOOTSTRAP}" > "${TEMPDIR}"/"${BUILD}"/config/chroot_sources/custom.bootstrap
+			echo "${CUSTOM_BOOTSTRAP}" > "${TEMPDIR}"/"${BUILD}"/config/chroot_sources/custom.bootstrap
 		fi
 
-		if [ -n "${LH_CUSTOM_BINARY}" ]
+		if [ -n "${CUSTOM_BINARY}" ]
 		then
-			echo "${LH_CUSTOM_BINARY}" > "${TEMPDIR}"/"${BUILD}"/config/chroot_sources/custom.binary
+			echo "${CUSTOM_BINARY}" > "${TEMPDIR}"/"${BUILD}"/config/chroot_sources/custom.binary
 		fi
 
 		DATE_START="`date -R`"

-- 
Debian Live build scripts (webfrontent)



More information about the debian-live-changes mailing list