From: Matthias Maier Date: Thu, 26 Apr 2018 01:28:45 +0000 (-0500) Subject: app-emulation/lxc: fix QA issues X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=db82572dfe7bb5db111718eeb6fdab95b9daf61a;p=gentoo.git app-emulation/lxc: fix QA issues Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- diff --git a/app-emulation/lxc/lxc-3.0.0.ebuild b/app-emulation/lxc/lxc-3.0.0.ebuild index 2b427710f986..c6cd017971c9 100644 --- a/app-emulation/lxc/lxc-3.0.0.ebuild +++ b/app-emulation/lxc/lxc-3.0.0.ebuild @@ -125,7 +125,7 @@ src_configure() { --enable-doc \ $(use_enable examples) \ $(use_enable pam) \ - $(use_with pam pam-dir $(getpam_mod_dir)) \ + $(use_with pam pamdir $(getpam_mod_dir)) \ $(use_enable seccomp) \ $(use_enable selinux) } @@ -138,6 +138,7 @@ src_install() { ${PN}-{attach,cgroup,copy,console,create,destroy,device,execute,freeze,info,monitor,snapshot,stop,unfreeze,wait} keepdir /etc/lxc /var/lib/lxc/rootfs /var/log/lxc + rmdir "${D}"/var/cache/lxc "${D}"/var/cache || die "rmdir failed" find "${D}" -name '*.la' -delete