fix grub2 typo

This commit is contained in:
Tobias Powalowski 2011-02-04 13:44:58 +01:00
parent 7616922b44
commit d5cb841536

View file

@ -3392,8 +3392,8 @@ dolilo() {
} }
dogrub() { dogrub() {
if [[ -f $DESTDIR/boot/grub2/grub.cfg ]]; then if [[ -f $DESTDIR/boot/grub/grub.cfg ]]; then
DIALOG --msgbox "Found $DESTDIR/boot/grub2/grub.cfg, deinstalling grub2 now ..." 0 0 DIALOG --msgbox "Found $DESTDIR/boot/grub/grub.cfg, deinstalling grub2 now ..." 0 0
$PACMAN -R grub2 > $LOG $PACMAN -R grub2 > $LOG
fi fi
if [[ ! -f $DESTDIR/boot/grub/menu.lst ]]; then if [[ ! -f $DESTDIR/boot/grub/menu.lst ]]; then