* util/grub-install.in: Add datarootdir as per automake manual
suggestion. * util/grub-mknetdir.in: Likewise.
This commit is contained in:
parent
7bec1053db
commit
7a5c54a437
3 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
2011-10-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-install.in: Add datarootdir as per automake manual
|
||||
suggestion.
|
||||
* util/grub-mknetdir.in: Likewise.
|
||||
|
||||
2011-10-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub.d/10_hurd.in: Add datarootdir as per automake manual
|
||||
suggestion.
|
||||
|
|
|
@ -31,6 +31,7 @@ PACKAGE_VERSION=@PACKAGE_VERSION@
|
|||
target_cpu=@target_cpu@
|
||||
platform=@platform@
|
||||
host_os=@host_os@
|
||||
datarootdir=@datarootdir@
|
||||
pkglibdir="${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`"
|
||||
localedir="@datadir@/locale"
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue