diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-19 03:25:30 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-19 03:25:30 +0000 |
commit | a3afce45dc7988a35810dee7e41050c3a459e731 (patch) | |
tree | d8f43b72a3f51f6f42613c704eccb3bd47bd2fda /core | |
parent | 98a1f878b081b5890e36d6c2ede636b10c0c64aa (diff) |
Thu Jun 19 03:22:20 UTC 2014
Diffstat (limited to 'core')
-rw-r--r-- | core/pam/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/pam/PKGBUILD b/core/pam/PKGBUILD index 426f91d3f..ee05bf8f8 100644 --- a/core/pam/PKGBUILD +++ b/core/pam/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 213313 2014-05-19 17:03:12Z tpowa $ +# $Id: PKGBUILD 215284 2014-06-18 14:08:51Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=pam pkgver=1.1.8 -pkgrel=4 +pkgrel=5 pkgdesc="PAM (Pluggable Authentication Modules) library" arch=('i686' 'x86_64') license=('GPL2') @@ -79,4 +79,7 @@ _EOT # set unix_chkpwd uid chmod +s $pkgdir/usr/bin/unix_chkpwd + # remove doc which is not used anymore + # FS #40749 + rm $pkgdir/usr/share/doc/Linux-PAM/sag-pam_userdb.html } |