fix pkglibrootdir for grub-mkimage
This commit is contained in:
parent
ff174dbea1
commit
d270972ab0
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ program = {
|
|||
ldadd = libgrub.a;
|
||||
ldadd = '$(LIBINTL)';
|
||||
|
||||
cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibroot)\"';
|
||||
cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\"';
|
||||
common;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue