grub: only_for_archs="i686 x86_64"
This commit is contained in:
parent
5804e2fae0
commit
c0e4c36715
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue