diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-22 07:57:15 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-22 07:57:15 -0500 |
commit | d6d4dca4ed34b0281f998328b0710fdc30bcbb42 (patch) | |
tree | 6dc7e28157d8955850b22497121f95190397a711 /testing/shadow | |
parent | 69537c3b22faa447175ea12224b6a94bc49704c8 (diff) | |
download | aports-d6d4dca4ed34b0281f998328b0710fdc30bcbb42.tar.bz2 aports-d6d4dca4ed34b0281f998328b0710fdc30bcbb42.tar.xz |
testing/shadow: do not install pam.d configs (they are broken)
Diffstat (limited to 'testing/shadow')
-rw-r--r-- | testing/shadow/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/shadow/APKBUILD b/testing/shadow/APKBUILD index c0538f2ce2..591e2c6dc4 100644 --- a/testing/shadow/APKBUILD +++ b/testing/shadow/APKBUILD @@ -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" |