/[packages]/cauldron/ghostscript/current/SOURCES/ghostscript-cups-filters.patch
ViewVC logotype

Contents of /cauldron/ghostscript/current/SOURCES/ghostscript-cups-filters.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 292200 - (show annotations) (download)
Tue Sep 11 08:53:06 2012 UTC (11 years, 6 months ago) by blino
File size: 809 byte(s)
use Fedora patches instead of broken rediffs; this fixes
broken runlibfileifexists which made gs abort because of missing
Fontmap.local

1 diff -up ghostscript-9.05/cups/cups.mak.cups-filters ghostscript-9.05/cups/cups.mak
2 --- ghostscript-9.05/cups/cups.mak.cups-filters 2012-02-08 08:48:50.000000000 +0000
3 +++ ghostscript-9.05/cups/cups.mak 2012-02-09 11:42:22.211731587 +0000
4 @@ -56,9 +56,9 @@ install-cups: cups
5 $(INSTALL_PROGRAM) $(GSTORASTER_XE) $(DESTDIR)$(CUPSSERVERBIN)/filter; \
6 fi
7 $(INSTALL_PROGRAM) cups/gstopxl $(DESTDIR)$(CUPSSERVERBIN)/filter
8 - -mkdir -p $(DESTDIR)$(CUPSSERVERROOT)
9 + -mkdir -p $(DESTDIR)$(CUPSDATA)/mime
10 if [ "$(CUPSPDFTORASTER)" = "1" ]; then \
11 - $(INSTALL_DATA) cups/gstoraster.convs $(DESTDIR)$(CUPSSERVERROOT); \
12 + $(INSTALL_DATA) cups/gstoraster.convs $(DESTDIR)$(CUPSDATA)/mime; \
13 fi
14 -mkdir -p $(DESTDIR)$(CUPSDATA)/model
15 $(INSTALL_DATA) cups/pxlcolor.ppd $(DESTDIR)$(CUPSDATA)/model

  ViewVC Help
Powered by ViewVC 1.1.30