From ce9b8205e2c0d85373a9056ab13949be059ffab4 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 31 Oct 2006 17:53:02 +0100 Subject: [PATCH] ghostscript: fixed permissions for /etc/cups --- ghostscript/.footprint | 2 +- ghostscript/Pkgfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ghostscript/.footprint b/ghostscript/.footprint index 3a007cac2..b6d4fed2d 100644 --- a/ghostscript/.footprint +++ b/ghostscript/.footprint @@ -1,5 +1,5 @@ drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/cups/ +drwxr-xr-x root/lp etc/cups/ -rw-r--r-- root/root etc/cups/pstoraster.convs drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 4b2930e56..104185eee 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -5,7 +5,7 @@ name=ghostscript version=8.15.3 -release=1 +release=2 source=(ftp://ftp3.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \ http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz) @@ -18,6 +18,7 @@ build () { make install_prefix=$PKG install cp -r $SRC/fonts $PKG/usr/share/ghostscript + chown root:lp $PKG/etc/cups rm -r $PKG/usr/{share/ghostscript/8.15/{examples,doc},man/de} rm $PKG/usr/share/ghostscript/fonts/[CRT]* }