mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/shadow: do not install pam.d configs (they are broken)
This commit is contained in:
parent
69537c3b22
commit
d6d4dca4ed
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=shadow
|
||||
pkgver=4.1.4.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PAM-using login and passwd utilities"
|
||||
url="http://pkg-shadow.alioth.debian.org/"
|
||||
arch="all"
|
||||
@ -41,6 +41,10 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
|
||||
# do not install these pam.d files they are broken and outdated
|
||||
# plus, the default policy should "just work"
|
||||
rm -rf "$pkgdir"/etc/pam.d
|
||||
}
|
||||
|
||||
md5sums="b8608d8294ac88974f27b20f991c0e79 shadow-4.1.4.3.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user