From 1f506f64a0588385ddf4af77eab517e2ae5f9904 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 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 ] -- cgit v1.0