summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-04-25 20:28:45 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-04-25 20:35:50 -0500
commitdb82572dfe7bb5db111718eeb6fdab95b9daf61a (patch)
treefb92a54b0e82ed8455ab6dd64da66e0a9e3de41d /app-emulation/lxc
parentapp-emulation/lxc: Bump to v3.0.0 (diff)
downloadgentoo-db82572dfe7bb5db111718eeb6fdab95b9daf61a.tar.gz
gentoo-db82572dfe7bb5db111718eeb6fdab95b9daf61a.tar.bz2
gentoo-db82572dfe7bb5db111718eeb6fdab95b9daf61a.zip
app-emulation/lxc: fix QA issues
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r--app-emulation/lxc/lxc-3.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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