From 19b89fc59a7da0bdac01c079186eb72d1d4c2a00 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 7 May 2020 12:46:16 +0000 Subject: [PATCH] core/grub to 2.04-6 --- core/grub/PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/grub/PKGBUILD b/core/grub/PKGBUILD index 1f7243861..c50fbf9b3 100644 --- a/core/grub/PKGBUILD +++ b/core/grub/PKGBUILD @@ -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"