mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/grub to 2.04-6
This commit is contained in:
parent
66cda9c5f1
commit
19b89fc59a
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue