pam: fix license
This commit is contained in:
parent
18a350376e
commit
0a597a88c5
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pam'
|
||||
pkgname=pam
|
||||
version=1.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Linux-PAM-$version"
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -23,10 +23,10 @@ make_dirs="
|
|||
/etc/security/limits.d 0755 root root
|
||||
/etc/security/namespace.d 0755 root root"
|
||||
lib32disabled=yes
|
||||
short_desc="A flexible mechanism for authenticating users"
|
||||
short_desc="Flexible mechanism for authenticating users"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.kernel.org/pub/linux/libs/pam/"
|
||||
license="GPL-2"
|
||||
distfiles="http://linux-pam.org/library/Linux-PAM-${version}.tar.bz2"
|
||||
checksum=241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb
|
||||
|
||||
|
@ -36,6 +36,7 @@ pre_configure() {
|
|||
esac
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Fix unix_chkpwd perms.
|
||||
chmod 4755 ${DESTDIR}/usr/bin/unix_chkpwd
|
||||
|
|
Loading…
Reference in New Issue