added freetype2 depend

This commit is contained in:
Tobias Powalowski 2010-02-21 17:46:39 +01:00
parent fc9312c9e4
commit df405ff6b1

View file

@ -2778,7 +2778,7 @@ dogrub2(){
pacman -S grub2 2>&1 >> /tmp/pacman.log pacman -S grub2 2>&1 >> /tmp/pacman.log
else else
DIALOG --infobox "Installing grub2 package..." 0 0 DIALOG --infobox "Installing grub2 package..." 0 0
$PACMAN -U /src/core-$(uname -m)/pkg/grub2-* 2>&1 >> /tmp/pacman.log $PACMAN -U /src/core-$(uname -m)/pkg/grub2-* /src/core-$(uname -m)/pkg/freetype2-* 2>&1 >> /tmp/pacman.log
fi fi
if [ ! -f $DESTDIR/boot/grub/grub.cfg ]; then if [ ! -f $DESTDIR/boot/grub/grub.cfg ]; then
DIALOG --msgbox "Error: Couldn't find $DESTDIR/boot/grub/grub.cfg Is GRUB2 installed?" 0 0 DIALOG --msgbox "Error: Couldn't find $DESTDIR/boot/grub/grub.cfg Is GRUB2 installed?" 0 0