[SCM] live-build branch, debian, updated. debian/2.0_a21-1-9-g6fc2b5c
Richard Nelson
unixabg at gmail.com
Tue Aug 3 17:47:30 UTC 2010
The following commit has been merged in the debian branch:
commit 9f81cb21a2086ef1e7d8bde6c729e263528f04f3
Author: Richard Nelson <unixabg at gmail.com>
Date: Sun Aug 1 23:37:05 2010 -0500
Update to change in location and name of /live-helper.sh to /scripts/build.sh.
diff --git a/cgi/cgi b/cgi/cgi
index 8f0cbd3..05e10bb 100755
--- a/cgi/cgi
+++ b/cgi/cgi
@@ -8,7 +8,7 @@
# under certain conditions; see COPYING for details.
# Including common functions
-. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
+. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
# Reading defaults
if [ -r /etc/default/live-helper.cgi ]
diff --git a/cgi/cron b/cgi/cron
index 6d1cb86..4815614 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -8,7 +8,7 @@
# under certain conditions; see COPYING for details.
# Including common functions
-. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
+. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh
# Reading defaults
if [ -r /etc/default/live-helper.cgi ]
--
live-build
More information about the debian-live-changes
mailing list