2009-08-08 Pavel Roskin <proski@gnu.org>

* util/grub-mkconfig_lib.in (version_test_numeric): Don't use
	the "g" modifier in sed when the intention is to strip something
	once.  This fixes comparison of kernels with multiple dashes.
This commit is contained in:
proski 2009-08-08 05:37:49 +00:00
parent 29a6b9e8fa
commit 2f5cb8278a
2 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
2009-08-08 Pavel Roskin <proski@gnu.org>
* util/grub-mkconfig_lib.in (version_test_numeric): Don't use
the "g" modifier in sed when the intention is to strip something
once. This fixes comparison of kernels with multiple dashes.
* util/grub-mkconfig.in: Define datarootdir, datadir may depend
on it. Add missing space before closing bracket. Fix
misleading formatting.