From c210b8ae444e088957461c9fb242ace1fa63e7b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 14 Aug 2010 20:29:05 +0200 Subject: Moving /usr/share/live-helper to /usr/share/live/build. --- cgi/cgi | 2 +- cgi/cron | 2 +- cgi/default | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cgi') diff --git a/cgi/cgi b/cgi/cgi index 05e10bb36..66eded878 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}"/scripts/build.sh +. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh # Reading defaults if [ -r /etc/default/live-helper.cgi ] diff --git a/cgi/cron b/cgi/cron index 4815614f6..47b1f4ca3 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}"/scripts/build.sh +. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh # Reading defaults if [ -r /etc/default/live-helper.cgi ] diff --git a/cgi/default b/cgi/default index 41c76ef2a..b58efe7a0 100644 --- a/cgi/default +++ b/cgi/default @@ -7,7 +7,7 @@ _MODE="debian-official" _DEBUG="disabled" _DESTDIR="/srv/debian-live/build/www" -_TEMPLATES="/usr/share/live-helper/templates/cgi/${_MODE}" +_TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}" _TEMPDIR="/srv/debian-live/build/tmp" LH_MIRROR_BOOTSTRAP="http://ftp.de.debian.org/debian/" -- cgit v1.2.3