xscreensaver: update pam conf to use system-auth from pam-base.
This commit is contained in:
parent
fbd9d73d57
commit
0dc1036e7c
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xscreensaver'
|
||||
pkgname="xscreensaver"
|
||||
version="5.30"
|
||||
revision=1
|
||||
version=5.30
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam --with-login-manager
|
||||
--with-x-app-defaults=/usr/share/X11/app-defaults"
|
||||
|
@ -18,8 +18,7 @@ distfiles="http://www.jwz.org/xscreensaver/xscreensaver-${version}.tar.gz"
|
|||
checksum=3771176876a402738e0f91dcb3654b57cfa430cf90d3413a6bad5daf1d085d52
|
||||
|
||||
do_install() {
|
||||
vmkdir etc/pam.d
|
||||
make install_prefix=${DESTDIR} install
|
||||
echo "NotShowIn=KDE;GNOME;" >> ${DESTDIR}/usr/share/applications/xscreensaver-properties.desktop
|
||||
vmkdir etc/pam.d
|
||||
echo "auth include login" > ${DESTDIR}/etc/pam.d/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue