From 099ab874c1548b5c525a988ce9c66d48f34073f1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 24 Sep 2014 17:21:28 +0200 Subject: [PATCH] cups-filters: change etc/cups group via INSTALL. --- srcpkgs/cups-filters/INSTALL | 5 +++++ srcpkgs/cups-filters/template | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/cups-filters/INSTALL diff --git a/srcpkgs/cups-filters/INSTALL b/srcpkgs/cups-filters/INSTALL new file mode 100644 index 0000000000..194905c853 --- /dev/null +++ b/srcpkgs/cups-filters/INSTALL @@ -0,0 +1,5 @@ +case ${ACTION} in +post) + chgrp -R lp etc/cups + ;; +esac diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template index 1e4dd0a263..bad0fefb21 100644 --- a/srcpkgs/cups-filters/template +++ b/srcpkgs/cups-filters/template @@ -1,7 +1,7 @@ # Template file for 'cups-filters' pkgname=cups-filters version=1.0.58 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-static --with-rcdir=no --enable-avahi --with-browseremoteprotocols=DNSSD,CUPS" @@ -30,7 +30,6 @@ post_install() { if [ "$build_option_systemd" ]; then vinstall utils/cups-browsed.service 644 usr/lib/systemd/system fi - chgrp -R lp ${DESTDIR}/etc/cups } libcups-filters_package() {