Skip to content

Commit

Permalink
app-emulation/lxc: fix QA issues
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.31, Repoman-2.3.9
  • Loading branch information
tamiko committed Apr 26, 2018
1 parent ba77a0d commit db82572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-emulation/lxc/lxc-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand All @@ -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

Expand Down

0 comments on commit db82572

Please sign in to comment.