ghostscript: fixed permissions for /etc/cups

This commit is contained in:
Juergen Daubert 2006-10-31 17:53:02 +01:00
parent 2a39ae0381
commit ce9b8205e2
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
drwxr-xr-x root/root etc/ 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 -rw-r--r-- root/root etc/cups/pstoraster.convs
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/

View File

@ -5,7 +5,7 @@
name=ghostscript name=ghostscript
version=8.15.3 version=8.15.3
release=1 release=2
source=(ftp://ftp3.easysw.com/pub/$name/$version/espgs-$version-source.tar.bz2 \ 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) http://dl.sourceforge.net/sourceforge/gs-fonts/$name-fonts-std-8.11.tar.gz)
@ -18,6 +18,7 @@ build () {
make install_prefix=$PKG install make install_prefix=$PKG install
cp -r $SRC/fonts $PKG/usr/share/ghostscript 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 -r $PKG/usr/{share/ghostscript/8.15/{examples,doc},man/de}
rm $PKG/usr/share/ghostscript/fonts/[CRT]* rm $PKG/usr/share/ghostscript/fonts/[CRT]*
} }