From 73fe1cf452ce4c589bcdfacec20e5cb7545d1c45 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 18:14:29 +0200 Subject: [PATCH] gdm: move to usr/bin. --- srcpkgs/gdm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template index d75b6de3092..d12b9422e64 100644 --- a/srcpkgs/gdm/template +++ b/srcpkgs/gdm/template @@ -1,13 +1,13 @@ # Template file for 'gdm' pkgname=gdm version=3.14.2 -revision=1 +revision=2 patch_args="-Np1" build_style=gnu-configure configure_args="$(vopt_enable gir introspection) --disable-schemas-compile --disable-static --with-default-pam-config=arch --with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers - --with-screenshot-dir=/var/lib/gdm/greeter + --with-screenshot-dir=/var/lib/gdm/greeter --sbindir=/usr/bin --with-xauth-dir=/run/gdm --with-pid-file=/run/gdm/gdm.pid" hostmakedepends="automake libtool pkg-config itstool intltool gnome-doc-utils $(vopt_if gir gobject-introspection)"