core/grub to 2.04-6

This commit is contained in:
Kevin Mihelich 2020-05-07 12:46:16 +00:00
parent 66cda9c5f1
commit 19b89fc59a

View file

@ -33,7 +33,7 @@ pkgname='grub'
pkgdesc='GNU GRand Unified Bootloader (2)'
_pkgver=2.04
pkgver=${_pkgver/-/}
pkgrel=5
pkgrel=6
epoch=2
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
@ -142,9 +142,6 @@ prepare() {
echo "Pull in latest language files..."
./linguas.sh
echo "Remove not working langs which need LC_ALL=C.UTF-8..."
sed -e 's#en@cyrillic en@greek##g' -i "po/LINGUAS"
echo "Avoid problem with unifont during compile of grub..."
# http://savannah.gnu.org/bugs/?40330 and https://bugs.archlinux.org/task/37847
gzip -cd "${srcdir}/unifont-${_UNIFONT_VER}.bdf.gz" > "unifont.bdf"