summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-14 15:36:38 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-14 15:36:38 +0200
commitdd31503960745337067ec2a1a5914f5a0b8cef81 (patch)
tree2cd474ccc8322708fb34fe4f24434953ac4ae4c1 /scripts
parent14f57935cdbaaf5cbb6e7fe36b2e9430dc4a6941 (diff)
downloadvyos-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-xscripts/build/lb_binary_syslinux2
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