* util/grub-mkconfig_lib.in: Keep supplied pkgdatadir if any.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-18 20:26:16 +02:00
parent 1bc783bd39
commit 5307078763
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,10 @@
* docs/grub.texi (Networking commands): Add documentation for
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>
* grub-core/kern/mm.c (grub_mm_init_region): Skip regions less than

View file

@ -20,7 +20,9 @@ datarootdir="@datarootdir@"
datadir="@datadir@"
bindir="@bindir@"
sbindir="@sbindir@"
if [ "x$pkgdatadir" = x ]; then
pkgdatadir="${datadir}/@PACKAGE@"
fi
if test "x$grub_probe" = x; then
grub_probe="${sbindir}/@grub_probe@"