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).

This commit is contained in:
Daniel Baumann 2012-08-14 15:36:38 +02:00
parent 14f57935cd
commit dd31503960
1 changed files with 1 additions and 1 deletions

View File

@ -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