summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-11-01 13:19:04 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-11-01 14:19:17 +0200
commitcde0a13355f738dfaf3031ec81b47c5e7bb91a20 (patch)
treeeeb078994771c1e2816bfea9f8ef3db702472685 /sys-fs
parentxfce-base/thunar-volman: Bump to 4.17.0 (diff)
downloadgentoo-cde0a13355f738dfaf3031ec81b47c5e7bb91a20.tar.gz
gentoo-cde0a13355f738dfaf3031ec81b47c5e7bb91a20.tar.bz2
gentoo-cde0a13355f738dfaf3031ec81b47c5e7bb91a20.zip
sys-fs/lxcfs: define and fix --localstatedir
Closes: https://bugs.gentoo.org/878603 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lxcfs/lxcfs-5.0.2-r2.ebuild (renamed from sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild b/sys-fs/lxcfs/lxcfs-5.0.2-r2.ebuild
index e47074074d12..551954d58b74 100644
--- a/sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild
+++ b/sys-fs/lxcfs/lxcfs-5.0.2-r2.ebuild
@@ -49,6 +49,8 @@ src_prepare() {
src_configure() {
local emesonargs=(
+ --localstatedir "${EPREFIX}/var"
+
$(meson_use doc docs)
$(meson_use test tests)