fix location of extlinux in setup script

This commit is contained in:
Tobias Powalowski 2012-03-03 08:33:34 +01:00
parent e378e2ec6a
commit eacc98dfa2

View file

@ -3337,7 +3337,7 @@ abort_nilfs_bootpart() {
# install syslinux and run preparation # install syslinux and run preparation
prepare_syslinux() { prepare_syslinux() {
if ! [[ -e "${DESTDIR}/sbin/extlinux" || -e "${DESTDIR}/usr/bin/mcopy" ]]; then if ! [[ -e "${DESTDIR}/usr/sbin/extlinux" || -e "${DESTDIR}/usr/bin/mcopy" ]]; then
DIALOG --msgbox "Couldn't find bootloader binary or helper program, installing syslinux now ..." 0 0 DIALOG --msgbox "Couldn't find bootloader binary or helper program, installing syslinux now ..." 0 0
PACKAGES="${SYSLINUX_PACKAGES}" PACKAGES="${SYSLINUX_PACKAGES}"
run_pacman run_pacman