aboutsummaryrefslogtreecommitdiff
path: root/print/cups-pstoraster/files/patch-pstoraster.in
blob: d206951c32b8753c4e10887af81c12e8da771c18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- pstoraster/pstoraster.in.orig	Wed Jun  8 09:11:26 2005
+++ pstoraster/pstoraster.in	Wed Jun  8 09:13:19 2005
@@ -27,7 +27,7 @@
 bindir=@bindir@
 
 # Set the library/font path...
-GS_LIB="${CUPS_FONTPATH:=/usr/share/cups/fonts}"
+GS_LIB="${CUPS_FONTPATH:=@prefix@/share/cups/fonts}"
 export GS_LIB
 
 # Options we use with Ghostscript...
@@ -51,7 +51,7 @@
 	ifile="$6"
 fi
 
-echo INFO: Starting ESP Ghostscript @GS_VERSION_MAJOR@.@GS_VERSION_MINOR0@.@GS_VERSION_PATCH@... 1>&2
+echo INFO: Starting GNU/GPL Ghostscript...  1>&2
 echo DEBUG: Running $bindir/@GS@ $gsopts -sOUTPUTFILE="%stdout" -c"$profile" "$ifile" 1>&2
 
 # Now run Ghostscript...