mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/lxc: rebuild against pam under /usr/lib
This commit is contained in:
parent
b0f59c7b0a
commit
9a08685a5d
@ -4,7 +4,7 @@
|
|||||||
pkgname=lxc
|
pkgname=lxc
|
||||||
pkgver=6.0.1
|
pkgver=6.0.1
|
||||||
_pkgver=${pkgver/_rc/.rc}
|
_pkgver=${pkgver/_rc/.rc}
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="Userspace interface for the Linux kernel containment features"
|
pkgdesc="Userspace interface for the Linux kernel containment features"
|
||||||
url="https://linuxcontainers.org/lxc/"
|
url="https://linuxcontainers.org/lxc/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -84,11 +84,6 @@ package() {
|
|||||||
|
|
||||||
# Remove useless config for SysVinit.
|
# Remove useless config for SysVinit.
|
||||||
rm -r "$pkgdir"/etc/default
|
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() {
|
lvm() {
|
||||||
@ -135,7 +130,7 @@ templates_oci() {
|
|||||||
pam() {
|
pam() {
|
||||||
pkgdesc="PAM module for LXC"
|
pkgdesc="PAM module for LXC"
|
||||||
|
|
||||||
amove lib/security
|
amove usr/lib/security
|
||||||
}
|
}
|
||||||
|
|
||||||
dev() {
|
dev() {
|
||||||
|
Loading…
Reference in New Issue
Block a user