* util/grub-install.in: Add datarootdir as per automake manual

suggestion.
	* util/grub-mknetdir.in: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-23 22:53:21 +02:00
parent 7bec1053db
commit 7a5c54a437
3 changed files with 9 additions and 1 deletions

View file

@ -29,6 +29,7 @@ PACKAGE_TARNAME=@PACKAGE_TARNAME@
PACKAGE_VERSION=@PACKAGE_VERSION@
host_os=@host_os@
localedir=@datadir@/locale
datarootdir=@datarootdir@
pkglib_DATA="moddep.lst command.lst fs.lst partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst"
self=`basename $0`