[SCM] Debian Live build scripts branch, master, updated. 1.0.2-4-32-g9a1d945

Daniel Baumann daniel at debian.org
Tue Jan 27 14:21:42 UTC 2009


The following commit has been merged in the master branch:
commit 9a1d9456814b68f6f96958def0aad98f57be7281
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jan 27 15:12:37 2009 +0100

    Including functions.sh, forgot to add it before.

diff --git a/functions.sh b/functions.sh
new file mode 100755
index 0000000..2ef04bb
--- /dev/null
+++ b/functions.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+LH_BASE="${LH_BASE:-/usr/share/live-helper}"
+
+for FUNCTION in "${LH_BASE}"/functions/*.sh
+do
+	. "${FUNCTION}"
+done

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list