Blob Blame History Raw
--- foomatic-2.0.2/foomatic-gswrapper.in.fontpath	2003-01-09 10:57:59.000000000 +0000
+++ foomatic-2.0.2/foomatic-gswrapper.in	2003-01-09 11:00:16.000000000 +0000
@@ -41,6 +41,7 @@
 # Execute Ghostscript, with both job and gs errors on stderr, and job
 # output on stdout...
 
+$ENV{'GS_FONTPATH'} = '/usr/share/fonts';
 print STDERR "foomatic-gswrapper: gs $args 3>&1 1>&2\n";
 exec "gs $args 3>&1 1>&2";