diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index a8e9fb28fdd..ded134804e9 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -4,7 +4,7 @@ pkgname=lxc pkgver=6.0.1 _pkgver=${pkgver/_rc/.rc} -pkgrel=7 +pkgrel=8 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" @@ -84,11 +84,6 @@ package() { # Remove useless config for SysVinit. rm -r "$pkgdir"/etc/default - - # they install this to libdir, but the other things are in /usr/lib - # so we can't change it - mkdir -p "$pkgdir"/lib - mv "$pkgdir"/usr/lib/security "$pkgdir"/lib } lvm() { @@ -135,7 +130,7 @@ templates_oci() { pam() { pkgdesc="PAM module for LXC" - amove lib/security + amove usr/lib/security } dev() {