foomatic/foomatic-2.0.2-fontpath.patch

11 lines
448 B
Diff

--- foomatic-filters-3.0-20031105/foomatic-gswrapper.in.fontpath 2003-10-21 01:34:05.000000000 +0100
+++ foomatic-filters-3.0-20031105/foomatic-gswrapper.in 2003-11-05 10:08:10.000000000 +0000
@@ -60,6 +60,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: $gspath $args 3>&1 1>&2\n";
exec "$gspath $args 3>&1 1>&2";