diff options
author | Daniel Baumann <daniel@debian.org> | 2010-08-14 20:29:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-08-14 20:35:52 +0200 |
commit | d7064532346ce2f56d44274b6c5828659886cec7 (patch) | |
tree | c34ae564f0b86b77ef6023f44be6e9f2c95001a6 /cgi | |
parent | f442aef1df9c18ae64ff285c2524b9510a37d89c (diff) | |
download | vyos-live-build-d7064532346ce2f56d44274b6c5828659886cec7.tar.gz vyos-live-build-d7064532346ce2f56d44274b6c5828659886cec7.zip |
Moving /usr/share/live-helper to /usr/share/live/build.
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 2 | ||||
-rwxr-xr-x | cgi/cron | 2 | ||||
-rw-r--r-- | cgi/default | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 ] @@ -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/" |