* util/grub-mkconfig_lib.in: Keep supplied pkgdatadir if any.
This commit is contained in:
parent
1bc783bd39
commit
5307078763
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
||||||
* docs/grub.texi (Networking commands): Add documentation for
|
* docs/grub.texi (Networking commands): Add documentation for
|
||||||
network related commands.
|
network related commands.
|
||||||
|
|
||||||
|
2013-09-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* util/grub-mkconfig_lib.in: Keep supplied pkgdatadir if any.
|
||||||
|
|
||||||
2013-09-18 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-09-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/mm.c (grub_mm_init_region): Skip regions less than
|
* grub-core/kern/mm.c (grub_mm_init_region): Skip regions less than
|
||||||
|
|
|
@ -20,7 +20,9 @@ datarootdir="@datarootdir@"
|
||||||
datadir="@datadir@"
|
datadir="@datadir@"
|
||||||
bindir="@bindir@"
|
bindir="@bindir@"
|
||||||
sbindir="@sbindir@"
|
sbindir="@sbindir@"
|
||||||
pkgdatadir="${datadir}/@PACKAGE@"
|
if [ "x$pkgdatadir" = x ]; then
|
||||||
|
pkgdatadir="${datadir}/@PACKAGE@"
|
||||||
|
fi
|
||||||
|
|
||||||
if test "x$grub_probe" = x; then
|
if test "x$grub_probe" = x; then
|
||||||
grub_probe="${sbindir}/@grub_probe@"
|
grub_probe="${sbindir}/@grub_probe@"
|
||||||
|
|
Loading…
Reference in a new issue