diff options
author | Daniel Baumann <daniel@debian.org> | 2010-08-14 20:29:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:17 +0100 |
commit | c210b8ae444e088957461c9fb242ace1fa63e7b1 (patch) | |
tree | c34ae564f0b86b77ef6023f44be6e9f2c95001a6 /scripts/build/bootstrap_cdebootstrap | |
parent | e87d1e3b6ef230db9b2a651eef067c7269253098 (diff) | |
download | vyos-live-build-c210b8ae444e088957461c9fb242ace1fa63e7b1.tar.gz vyos-live-build-c210b8ae444e088957461c9fb242ace1fa63e7b1.zip |
Moving /usr/share/live-helper to /usr/share/live/build.
Diffstat (limited to 'scripts/build/bootstrap_cdebootstrap')
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 7925ebd97..bf879c488 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -10,7 +10,7 @@ set -e # Including common functions -. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh +. "${LH_BASE:-/usr/share/live/build}"/scripts/build.sh # Setting static variables DESCRIPTION="$(Echo 'bootstrap a Debian system with cdebootstrap(1)')" |