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