summaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/cgi2
-rwxr-xr-xcgi/cron2
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 ]