mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/samba: rebuild against pam under /usr/lib
This commit is contained in:
parent
38c4751f57
commit
b0f59c7b0a
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=samba
|
||||
pkgver=4.20.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Tools to access a server's filespace and printers via SMB"
|
||||
url="https://www.samba.org/"
|
||||
arch="all"
|
||||
@ -453,9 +453,7 @@ _pam_winbind() {
|
||||
pkgdesc="PAM module for winbind"
|
||||
depends=
|
||||
|
||||
mkdir -p "$subpkgdir"/lib/security
|
||||
mv "$pkgdir"/usr/lib/security/* "$subpkgdir"/lib/security/
|
||||
rmdir "$pkgdir"/usr/lib/security || true
|
||||
amove usr/lib/security
|
||||
}
|
||||
|
||||
dc() {
|
||||
|
Loading…
Reference in New Issue
Block a user