From df405ff6b1d63f99436fe23a0e0511da396b0ae6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 21 Feb 2010 17:46:39 +0100 Subject: [PATCH] added freetype2 depend --- 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 18837a1f0..054a63637 100644 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2778,7 +2778,7 @@ dogrub2(){ pacman -S grub2 2>&1 >> /tmp/pacman.log else 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 if [ ! -f $DESTDIR/boot/grub/grub.cfg ]; then DIALOG --msgbox "Error: Couldn't find $DESTDIR/boot/grub/grub.cfg Is GRUB2 installed?" 0 0