diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-14 15:36:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-14 15:36:38 +0200 |
commit | dd31503960745337067ec2a1a5914f5a0b8cef81 (patch) | |
tree | 2cd474ccc8322708fb34fe4f24434953ac4ae4c1 /scripts | |
parent | 14f57935cdbaaf5cbb6e7fe36b2e9430dc4a6941 (diff) | |
download | vyos-live-build-dd31503960745337067ec2a1a5914f5a0b8cef81.tar.gz vyos-live-build-dd31503960745337067ec2a1a5914f5a0b8cef81.zip |
Correcting wrong path to syslinux configuration files when using live-build from a local git clone, thanks to Raphael Hertzog <hertzog@debian.org> (Closes: #684893).
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux index ab61ddc01..41b141db2 100755 --- a/scripts/build/lb_binary_syslinux +++ b/scripts/build/lb_binary_syslinux @@ -160,7 +160,7 @@ then # Internal system copy if [ -n "${LIVE_BUILD}" ] then - _SOURCE="${LIVE_BUILD}/bootloaders/${_BOOTLOADER}" + _SOURCE="${LIVE_BUILD}/share/bootloaders/${_BOOTLOADER}" else _SOURCE="/usr/share/live/build/bootloaders/${_BOOTLOADER}" fi |