polkit: fix polkit-1 pam file, bumprev.

--HG--
extra : convert_revision : f3b2e75a32edd6b5e0da7fd1e6f7d4ba2b58190a
This commit is contained in:
Juan RP 2010-04-15 03:37:37 +02:00
parent b22da4dc6d
commit 19f90eea8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'polkit'
pkgname=polkit
version=0.96
revision=1
revision=2
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-static --localstatedir=/var --with-os-type=gentoo"
@ -35,7 +35,7 @@ Add_dependency build pam-devel
post_install()
{
mkdir -p ${DESTDIR}/etc/pam.d
cat >> ${DESTDIR}/etc/pam.d/polkit-1 <<_EOF
cat > ${DESTDIR}/etc/pam.d/polkit-1 <<_EOF
auth requisite pam_nologin.so
auth required pam_env.so
auth required pam_unix.so