mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emulation/libvirt-9999: Override localstatedir
In a9084be3e0 I've moved libvirt
from autotools to meson and as a part of that I've made the
ebuild to rely on meson.eclass providing the correct
localstatedir. Well, it doesn't. The eclass defaults to
"/var/lib" while we really want just "/var".
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
committed by
Sergei Trofimovich
parent
b0d65dcdbc
commit
87b491c12c
@@ -273,7 +273,8 @@ src_configure() {
|
||||
-Dstorage_fs=enabled
|
||||
-Ddriver_vmware=enabled
|
||||
|
||||
-Drunstatedir=/run
|
||||
--localstatedir="${EPREFIX}/var"
|
||||
-Drunstatedir="${EPREFIX}/run"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
|
||||
Reference in New Issue
Block a user