commit: 27b61b8cd8a74129fa0c6dc0addbb02e12732735 Author: Uzi Erdenebileg <lzijbuan <AT> gmail <DOT> com> AuthorDate: Sun Oct 10 06:22:14 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Oct 10 06:28:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b61b8c
app-emulation/lxd: Add keepdir Bug: https://bugs.gentoo.org/817287 Signed-off-by: Uzi Erdenebileg <lzijbuan <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22535 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-emulation/lxd/lxd-4.0.7-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/lxd/lxd-4.0.7-r1.ebuild b/app-emulation/lxd/lxd-4.0.7-r1.ebuild index cdfd0052cb6..6741e169d8f 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 }
