--- 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...