Hi, The file grub-mkconfig_lib is installed in $(pkglibdir), which is defined (by automake) as: pkglibdir = $(libdir)/@PACKAGE@ The attached patch makes sure that users of this library look for it in the same place, without relying on PACKAGE=grub. Grégoire