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:
parent
14f57935cd
commit
dd31503960
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue