cups-filters: change etc/cups group via INSTALL.

This commit is contained in:
Juan RP 2014-09-24 17:21:28 +02:00
parent ed83082de1
commit 099ab874c1
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
case ${ACTION} in
post)
chgrp -R lp etc/cups
;;
esac

View file

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