Use @PACKAGE@ instead of hardcoded name when sourcing grub-mkconfig_lib.

This commit is contained in:
Grégoire Sutre 2011-07-02 21:22:19 +02:00
parent 548947916b
commit 77546584e1
11 changed files with 24 additions and 10 deletions

View file

@ -20,7 +20,7 @@ set -e
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
. ${libdir}/grub/grub-mkconfig_lib
. ${libdir}/@PACKAGE@/grub-mkconfig_lib
CLASS="--class gnu --class os"