grub2-efi: remove no-longer-needed freetype include path boondogglery

This commit is contained in:
Matt Housh 2015-10-24 11:06:19 -05:00
parent a585256e54
commit 3daf3aac19

View File

@ -1,6 +1,6 @@
# Description: GNU GRUB2 (EFI version)
# URL: http://www.gnu.org/software/grub/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: grub2
name=grub2-efi
@ -14,9 +14,6 @@ build() {
# fix for glibc 'gets' removal
sed -i -e '/gets is a/d' grub-$version/grub-core/gnulib/stdio.in.h
# fix for ftsynth.h path
sed -i -e 's|freetype/ftsynth.h|freetype2/ftsynth.h|' grub-$version/util/grub-mkfont.c
MODLIST="boot chain configfile fat ext2 linux normal ntfs part_gpt part_msdos"
for ARCH in i386 x86_64