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() {