c6c2bc0
diff -up foomatic-filters-3.0-20080710/foomatic-gswrapper.in.fontpath foomatic-filters-3.0-20080710/foomatic-gswrapper.in
c6c2bc0
--- foomatic-filters-3.0-20080710/foomatic-gswrapper.in.fontpath	2008-07-10 08:20:17.000000000 +0100
c6c2bc0
+++ foomatic-filters-3.0-20080710/foomatic-gswrapper.in	2008-09-02 13:14:12.000000000 +0100
c6c2bc0
@@ -24,6 +24,7 @@ my $execpath = "@EXECPATH@";
345ffee
 # Get execution path from config file
345ffee
 $execpath = $conf{execpath} if defined(%conf) and defined $conf{execpath};
345ffee
 $ENV{'PATH'} = $execpath;
cvsdist f184150
+$ENV{'GS_FONTPATH'} = '/usr/share/fonts';
cvsdist f184150
 
c6c2bc0
 # Check whether we have a Ghostscript version with redirection of the
345ffee
 # standard output of the PostScript programs via '-sstdout=%stderr'