From b94844f9315ad33b504ef48a5fb3586eca8b656c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 29 Sep 2015 13:58:03 +0200 Subject: [PATCH] grub: Fix typo in grub.default Closes #2635 --- srcpkgs/grub/files/grub.default | 2 +- srcpkgs/grub/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/grub/files/grub.default b/srcpkgs/grub/files/grub.default index 0de3db8fced..21fa8a12324 100644 --- a/srcpkgs/grub/files/grub.default +++ b/srcpkgs/grub/files/grub.default @@ -2,7 +2,7 @@ # Configuration file for GRUB. # GRUB_DEFAULT=0 -#GRUB_HIDDENT_TIMEOUT=0 +#GRUB_HIDDEN_TIMEOUT=0 #GRUB_HIDDEN_TIMEOUT_QUIET=false GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Void" diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index 30237dc547d..bd3a5ab485d 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -1,7 +1,7 @@ # Template file for 'grub' pkgname=grub version=2.00 -revision=22 +revision=23 hostmakedepends="flex" makedepends="libusb-compat-devel ncurses-devel freetype-devel liblzma-devel device-mapper-devel font-unifont-bdf fuse-devel"