From c0e4c36715d762d30d4017065b759ec512c98893 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 27 Aug 2014 18:07:41 +0200 Subject: [PATCH] grub: only_for_archs="i686 x86_64" --- srcpkgs/grub/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index e2a6d23fbaf..8f82d7ae02c 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -13,6 +13,7 @@ license="GPL-3" homepage="http://www.gnu.org/software/grub/" distfiles="$GNU_SITE/grub/grub-$version.tar.xz" checksum=784ec38e7edc32239ad75b8e66df04dc8bfb26d88681bc9f627133a6eb85c458 +only_for_archs="i686 x86_64" post_extract() { sed -i -e 's,freetype/ftsynth.h,freetype2/ftsynth.h,' util/grub-mkfont.c