[SCM] Debian Live build scripts (webfrontent) branch, master, updated. 446a99439bfee38c89615e1e24bb4729b2223e9e

Richard Nelson unixabg at gmail.com
Tue Sep 9 02:41:05 UTC 2008


The following commit has been merged in the master branch:
commit 446a99439bfee38c89615e1e24bb4729b2223e9e
Author: Richard Nelson <unixabg at gmail.com>
Date:   Mon Sep 8 21:39:37 2008 -0500

    Include common functions from live-helper for code reuse.

diff --git a/scripts/cron b/scripts/cron
index 82ca2df..46ad008 100755
--- a/scripts/cron
+++ b/scripts/cron
@@ -8,6 +8,14 @@
 # This is free software, and you are welcome to redistribute it
 # under certain conditions; see COPYING for details.
 
+# Including common functions
+LH_BASE="${LH_BASE:-/usr/share/live-helper}"
+
+for _FUNCTION in "${LH_BASE}"/functions/*.sh
+do
+	. "${_FUNCTION}"
+done
+
 # Reading common
 . /usr/share/live-webhelper/common
 

-- 
Debian Live build scripts (webfrontent)



More information about the debian-live-changes mailing list