* do not depend on which (FS#64155)

* improve wording (FS#64070)
This commit is contained in:
Christian Hesse 2019-11-05 09:28:39 +00:00
parent 7e27ec9d2d
commit 7155ffaf1c
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ pkgname='grub'
pkgdesc='GNU GRand Unified Bootloader (2)'
_pkgver=2.04
pkgver=${_pkgver/-/}
pkgrel=2
pkgrel=3
epoch=2
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
@ -73,7 +73,7 @@ sha256sums=('SKIP'
'SKIP'
'171415ab075d1ac806f36c454feeb060f870416f24279b70104bba94bd6076d4'
'a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29'
'b8fe532668cb12c34d2a26221298f2459fac7c5578a14476a2af8c20aed5c101')
'690adb7943ee9fedff578a9d482233925ca3ad3e5a50fffddd27cf33300a89e3')
_backports=(
# grub-mkconfig: Use portable "command -v" to detect installed programs

View File

@ -49,6 +49,6 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires to
# set 'GRUB_DEFAULT=saved' above.
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"