![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit ce9b8205e2c0d85373a9056ab13949be059ffab4 Author: Juergen Daubert <jue@jue.li> Date: Tue Oct 31 17:53:02 2006 +0100 ghostscript: fixed permissions for /etc/cups diff --git a/ghostscript/.footprint b/ghostscript/.footprint index 3a007ca..b6d4fed 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 4b2930e..104185e 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]* }