* util/grub-install_header: Set localedir here, since this file is

where it's used.
* util/grub-install.in: Remove setting of localedir.
* util/grub-mkrescue.in: Likewise.
This commit is contained in:
Colin Watson 2013-11-14 16:45:27 +00:00
parent 20aea9492f
commit 0de172a0c0
4 changed files with 8 additions and 3 deletions

View file

@ -29,6 +29,7 @@ datadir="@datadir@"
if [ "x$pkgdatadir" = x ]; then
pkgdatadir="${datadir}/@PACKAGE@"
fi
localedir="@datadir@/locale"
self=`basename $0`