Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=32c6b76f705fe3a1adf69aec11faf24292475967
commit 32c6b76f705fe3a1adf69aec11faf24292475967 Author: James Buren <[email protected]> Date: Wed Jul 18 18:53:58 2012 -0500 grub2-1.99-12-x86_64 * fix bash completion 100% now diff --git a/source/base/grub2/FrugalBuild b/source/base/grub2/FrugalBuild index e7d088b..44d6cc8 100644 --- a/source/base/grub2/FrugalBuild +++ b/source/base/grub2/FrugalBuild @@ -4,7 +4,7 @@ pkgname=grub2 _F_archive_name=grub pkgver=1.99 -pkgrel=11 +pkgrel=12 pkgdesc="The GNU GRand Unified Bootloader" url="http://www.gnu.org/software/grub/" conflicts=('grub') diff --git a/source/base/grub2/completion.patch b/source/base/grub2/completion.patch index 800656d..378bd73 100644 --- a/source/base/grub2/completion.patch +++ b/source/base/grub2/completion.patch @@ -70,7 +70,7 @@ diff -ur a/Makefile.in b/Makefile.in diff -ur a/util/bash-completion.d/grub-completion.bash.in b/util/bash-completion.d/grub-completion.bash.in --- a/util/bash-completion.d/grub-completion.bash.in 2010-12-01 08:45:43.000000000 -0600 -+++ b/util/bash-completion.d/grub-completion.bash.in 2012-07-18 14:06:58.333782220 -0500 ++++ b/util/bash-completion.d/grub-completion.bash.in 2012-07-18 18:53:21.252635046 -0500 @@ -402,7 +402,7 @@ # # grub-mkpasswd-pbkdf2 @@ -89,3 +89,21 @@ diff -ur a/util/bash-completion.d/grub-completion.bash.in b/util/bash-completion unset __grub_mkpasswd_pbkdf2_program +@@ -462,7 +462,7 @@ + # + # grub-script-check + # +-_grub_script-check () { ++_grub_script_check () { + local cur + + COMPREPLY=() +@@ -477,7 +477,7 @@ + } + __grub_script_check_program=$( echo grub-script-check | sed "@program_transform_name@" ) + have ${__grub_script_check_program} && \ +- complete -F _grub_script-check -o filenames ${__grub_script_check_program} ++ complete -F _grub_script_check -o filenames ${__grub_script_check_program} + + + # Local variables: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
