* conf/Makefile.common (platformdir): Base on pkglibdir and not
pkglibrootdir.
This commit is contained in:
parent
e4c498a106
commit
1240a58afb
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-27 Mike Gilbert <floppym@gentoo.org>
|
||||
|
||||
* conf/Makefile.common (platformdir): Base on pkglibdir and not
|
||||
pkglibrootdir.
|
||||
|
||||
2012-02-27 Mike Gilbert <floppym@gentoo.org>
|
||||
|
||||
Add configure flag to control libzfs integration.
|
||||
|
|
|
@ -99,7 +99,7 @@ CCASFLAGS_LIBRARY =
|
|||
# Other variables
|
||||
|
||||
grubconfdir = $(sysconfdir)/grub.d
|
||||
platformdir = $(pkglibrootdir)/$(target_cpu)-$(platform)
|
||||
platformdir = $(pkglibdir)/$(target_cpu)-$(platform)
|
||||
starfielddir = $(pkgdatadir)/themes/starfield
|
||||
|
||||
CFLAGS_GCRY = -Wno-error -Wno-missing-field-initializers
|
||||
|
|
Loading…
Reference in a new issue