foomatic/foomatic-2.0.2-fontpath.patch

11 lines
538 B
Diff

--- foomatic-filters-3.0-20070614/foomatic-gswrapper.in.fontpath 2007-06-14 08:20:15.000000000 +0100
+++ foomatic-filters-3.0-20070614/foomatic-gswrapper.in 2007-06-14 10:33:10.000000000 +0100
@@ -24,6 +24,7 @@
# Get execution path from config file
$execpath = $conf{execpath} if defined(%conf) and defined $conf{execpath};
$ENV{'PATH'} = $execpath;
+$ENV{'GS_FONTPATH'} = '/usr/share/fonts';
# Check whether we have a GhostScript version with redirection of the
# standard output of the PostScript programs via '-sstdout=%stderr'