From 5908054f6b8b1b61d44a939e0a9ef4f1ec52521d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 23:18:16 +0200 Subject: [PATCH] cups: switch to /usr. --- srcpkgs/cups/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template index 622b303ef3..387730b2e8 100644 --- a/srcpkgs/cups/template +++ b/srcpkgs/cups/template @@ -1,7 +1,7 @@ # Template file for 'cups' pkgname=cups version=1.5.3 -revision=9 +revision=10 patch_args="-Np1" homepage="http://www.cups.org/" license="GPL-2" @@ -52,7 +52,7 @@ do_configure() { --with-docdir=/usr/share/cups/doc --with-cups-user=daemon \ --with-cups-group=lp --enable-pam=yes --disable-ldap \ --enable-avahi --enable-pam --enable-ssl=yes --enable-gnutls \ - --with-systemdsystemunitdir=/lib/systemd/system \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ --with-menudir=/usr/share/applications \ --with-pdftops=pdftops --with-optim="${CFLAGS}" }