Use @PACKAGE@ instead of hardcoded name when sourcing grub-mkconfig_lib.
This commit is contained in:
parent
548947916b
commit
77546584e1
11 changed files with 24 additions and 10 deletions
|
@ -18,6 +18,6 @@ prefix=@prefix@
|
|||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
||||
. ${libdir}/grub/grub-mkconfig_lib
|
||||
. ${libdir}/@PACKAGE@/grub-mkconfig_lib
|
||||
|
||||
grub_warn "update-grub_lib is deprecated, use grub-mkconfig_lib instead"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue