From 27b61b8cd8a74129fa0c6dc0addbb02e12732735 Mon Sep 17 00:00:00 2001 From: Uzi Erdenebileg Date: Sun, 10 Oct 2021 09:22:14 +0300 Subject: app-emulation/lxd: Add keepdir Bug: https://bugs.gentoo.org/817287 Signed-off-by: Uzi Erdenebileg Closes: https://github.com/gentoo/gentoo/pull/22535 Signed-off-by: Joonas Niilola --- app-emulation/lxd/lxd-4.0.7-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app-emulation/lxd') diff --git a/app-emulation/lxd/lxd-4.0.7-r1.ebuild b/app-emulation/lxd/lxd-4.0.7-r1.ebuild index cdfd0052cb63..6741e169d8fa 100644 --- a/app-emulation/lxd/lxd-4.0.7-r1.ebuild +++ b/app-emulation/lxd/lxd-4.0.7-r1.ebuild @@ -151,6 +151,8 @@ src_install() { systemd_newunit "${FILESDIR}"/lxd-containers-4.0.0.service lxd-containers.service systemd_newunit "${FILESDIR}"/lxd-4.0.0.socket lxd.socket + keepdir /var/log/lxd + dodoc AUTHORS doc/* use nls && domo po/*.mo } -- cgit v1.2.3-65-gdbad