Remove improper use of program_transform_name on pkglibrootdir.

* configure.ac (pkglibrootdir): Removed.
	(grub-mkimage): Replace PKGLIBROOTDIR with PKGLIBDIR.
	* util/grub-mkimage.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-27 10:35:37 +01:00
parent b4a6a53310
commit 8151bc82f7
4 changed files with 16 additions and 11 deletions

View file

@ -1049,9 +1049,6 @@ AC_SUBST([LIBNVPAIR])
LIBS=""
pkglibrootdir='$(libdir)'/`echo $PACKAGE | sed "$program_transform_name"`
AC_SUBST(pkglibrootdir)
AC_SUBST([FONT_SOURCE])
AS_IF([test x$target_cpu = xi386 -a x$platform = xqemu],
[AC_SUBST([GRUB_BOOT_MACHINE_LINK_ADDR], 0xffe00)])