diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-27 20:59:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-27 20:59:00 -0300 |
commit | f3e1170738311433f2984ece5e909ae4cff23177 (patch) | |
tree | 13bc9c972eb3811bac7cdb634bdc1661028e0476 /libre/grub | |
parent | 1b0f1d72bb3d9fec99993aff9587d0470708bd66 (diff) | |
download | abslibre-f3e1170738311433f2984ece5e909ae4cff23177.tar.gz abslibre-f3e1170738311433f2984ece5e909ae4cff23177.tar.bz2 abslibre-f3e1170738311433f2984ece5e909ae4cff23177.zip |
grub-2.00.5043-2: fix .mo files for bzr branch
Diffstat (limited to 'libre/grub')
-rw-r--r-- | libre/grub/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD index 59c7dbe0a..7f7ed7309 100644 --- a/libre/grub/PKGBUILD +++ b/libre/grub/PKGBUILD @@ -13,7 +13,7 @@ _GRUB_BZR_REV="5043" pkgname=grub pkgdesc="GNU GRand Unified Bootloader (2), (Parabola rebranded)" pkgver=2.00.${_GRUB_BZR_REV} -pkgrel=1 +pkgrel=2 url="https://www.gnu.org/software/grub/" arch=('x86_64' 'i686') license=('GPL3') @@ -182,7 +182,11 @@ build() { ## Requires python2 # sed 's|python |python2 |g' -i "${srcdir}/grub-${pkgver}/autogen.sh" - + + ## pull in language files + ./linguas.sh + # remove not working langs which need LC_ALL=C.UTF-8 + sed -i -e 's#en@cyrillic en@greek##g' po/LINGUAS _build_grub-common_and_bios echo |