diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:13:33 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:13:33 (GMT) |
commit | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (patch) | |
tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/core/grub/PKGBUILD | |
parent | 2977acb7eedc1934fa051d69d3e88e633db0d1d7 (diff) | |
download | linhes_pkgbuild-6f7a84649ef75069cc4fa06fabeb63e762e049d1.zip linhes_pkgbuild-6f7a84649ef75069cc4fa06fabeb63e762e049d1.tar.gz linhes_pkgbuild-6f7a84649ef75069cc4fa06fabeb63e762e049d1.tar.bz2 |
grub: grub.install: use systemconfig to rebuild grub config to make sure we have splash setting
Diffstat (limited to 'abs/core/grub/PKGBUILD')
-rw-r--r-- | abs/core/grub/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/grub/PKGBUILD b/abs/core/grub/PKGBUILD index 6e3535f..58873b9 100644 --- a/abs/core/grub/PKGBUILD +++ b/abs/core/grub/PKGBUILD @@ -23,7 +23,7 @@ _UNIFONT_VER="6.3.20131217" pkgname="grub" pkgdesc="GNU GRand Unified Bootloader (2)" pkgver=2.02.beta2 -pkgrel=7 +pkgrel=8 epoch=1 url="https://www.gnu.org/software/grub/" arch=('x86_64' 'i686') |