diff options
author | Uzi Erdenebileg <lzijbuan@gmail.com> | 2021-10-10 09:22:14 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-10 09:28:44 +0300 |
commit | 27b61b8cd8a74129fa0c6dc0addbb02e12732735 (patch) | |
tree | d683511a9d55f37abf39a96f30fbb334fb34d6e3 /app-emulation | |
parent | media-sound/mpdscribble: keyword 0.23 for ~x86 (diff) | |
download | gentoo-27b61b8cd8a74129fa0c6dc0addbb02e12732735.tar.gz gentoo-27b61b8cd8a74129fa0c6dc0addbb02e12732735.tar.bz2 gentoo-27b61b8cd8a74129fa0c6dc0addbb02e12732735.zip |
app-emulation/lxd: Add keepdir
Bug: https://bugs.gentoo.org/817287
Signed-off-by: Uzi Erdenebileg <lzijbuan@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22535
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxd/lxd-4.0.7-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |