Fix stoopid bugs (not mine)
This commit is contained in:
parent
af3f64be52
commit
2b92cd055c
1 changed files with 11 additions and 0 deletions
11
foomatic-filters/patches/patch-aa
Normal file
11
foomatic-filters/patches/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
$NetBSD: patch-aa,v 1.1 2004/03/21 21:00:44 bjan2 Exp $
|
||||
|
||||
--- foomatic-rip.in.orig 2004-01-21 20:42:35.000000000 -0700
|
||||
+++ foomatic-rip.in
|
||||
@@ -48,5 +48,5 @@ my $execpath = "@prefix@/bin:/usr/local/
|
||||
|
||||
# CUPS raster drivers are searched here
|
||||
-my $cupsfilterpath = "@prefix@/lib/cups/filter:/usr/local/lib/cups/filter:/usr/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter";
|
||||
+my $cupsfilterpath = "@CUPS_FILTERS@";
|
||||
|
||||
# Location of the configuration file "filter.conf", this file can be
|
Loading…
Reference in a new issue