From: BVK Chaitanya Date: Tue, 8 Jun 2010 12:38:45 +0000 (+0530) Subject: fix pkglibrootdir for grub-mkimage X-Git-Tag: 1.99~647^2~45 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d270972ab046a49798cabe73d1e9c1bacc5aad18;p=thirdparty%2Fgrub.git fix pkglibrootdir for grub-mkimage --- diff --git a/modules.def b/modules.def index 766c8a604..8b709a869 100644 --- a/modules.def +++ b/modules.def @@ -115,7 +115,7 @@ program = { ldadd = libgrub.a; ldadd = '$(LIBINTL)'; - cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibroot)\"'; + cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\"'; common; };