From eacc98dfa22425f36ac297ed2468223e30205b3f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 3 Mar 2012 08:33:34 +0100 Subject: [PATCH] fix location of extlinux in setup script --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 515211fb1..bb8a05858 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -3337,7 +3337,7 @@ abort_nilfs_bootpart() { # install syslinux and run preparation 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 PACKAGES="${SYSLINUX_PACKAGES}" run_pacman