From e8db253fcdb0052bbf532df0a6c2b6b833a5b4c9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Sep 2012 13:03:36 +0200 Subject: [PATCH] gdm: use default initial vt, install pam files correctly. --- srcpkgs/gdm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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