From dd31503960745337067ec2a1a5914f5a0b8cef81 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Aug 2012 15:36:38 +0200 Subject: Correcting wrong path to syslinux configuration files when using live-build from a local git clone, thanks to Raphael Hertzog (Closes: #684893). --- scripts/build/lb_binary_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb_binary_syslinux') 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 -- cgit v1.2.3