fix pkglibrootdir for grub-mkimage

This commit is contained in:
BVK Chaitanya 2010-06-08 18:08:45 +05:30
parent ff174dbea1
commit d270972ab0
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ program = {
ldadd = libgrub.a;
ldadd = '$(LIBINTL)';
cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibroot)\"';
cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\"';
common;
};