main/lxc: rebuild against pam under /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-04 15:12:43 +02:00 committed by Natanael Copa
parent b0f59c7b0a
commit 9a08685a5d

View file

@ -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() {