diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template index 60b4daa3e73..d699713e3c1 100644 --- a/srcpkgs/gdm/template +++ b/srcpkgs/gdm/template @@ -1,13 +1,13 @@ # Template file for 'gdm' pkgname=gdm version=3.6.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-schemas-compile --disable-static --with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers --with-systemd --with-screenshot-dir=/var/lib/gdm/greeter --with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid ---with-initial-vt=1 --with-systemdsystemunitdir=/usr/lib/systemd/system" +--with-systemdsystemunitdir=/usr/lib/systemd/system" makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection pam-devel nss-devel accountsservice-devel gtk+3-devel>=3.6.0_2 upower-devel libcanberra-devel libXrandr-devel systemd-devel at-spi2-core-devel itstool" @@ -62,7 +62,7 @@ post_install() { # Use our own pam files. rm -f ${DESTDIR}/etc/pam.d/* for f in ${FILESDIR}/*.pam; do - vinstall ${f} 644 etc/pam.d ${f} + vinstall ${f} 644 etc/pam.d ${f%.pam} done # Install systemd service. vinstall ${FILESDIR}/gdm.tmpfiles.d 644 usr/lib/tmpfiles.d gdm.conf