foomatic/foomatic-2.0.2-fontpath.patch
cvsdist f184150709 auto-import changelog data from foomatic-2.0.2-15.src.rpm
Tue Feb 04 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15
- Update data-generators to CVS.
Thu Jan 30 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-14
- Use hpijs, not hpijs-rss (we don't ship the RSS patch now).
Thu Jan 23 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-13
- Pacify printers that don't understand duplex (bug #82385).
Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.0.2-12
- rebuilt
Tue Jan 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-11
- Add autodetect info for HP DeskJet 656C. It doesn't really do IEEE 1284
    IDs, but since it's a USB device we can figure out it's manufacturer
    and model anyway.
Thu Jan 09 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-10
- Set GS_FONTPATH in gs wrapper (bug #81410).
Sat Jan 04 2003 Jeff Johnson <jbj@redhat.com> 2.0.2-9
- use internal dep generator.
Sun Dec 15 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-8
- Add several device IDs.
Sat Dec 14 2002 Tim Waugh <twaugh@redhat.com> 2.0.2-7
- Update Omni printers to 0.7.2.
- No longer need Omni badxml patch.
Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.0.2-6
- don't use rpms internal dep generator
2004-09-09 04:52:28 +00:00

11 lines
408 B
Diff

--- 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";