From 9f81cb21a2086ef1e7d8bde6c729e263528f04f3 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Sun, 1 Aug 2010 23:37:05 -0500 Subject: Update to change in location and name of /live-helper.sh to /scripts/build.sh. --- cgi/cgi | 2 +- cgi/cron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/cgi b/cgi/cgi index 8f0cbd359..05e10bb36 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 6d1cb865c..4815614f6 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 ] -- cgit v1.2.3