diff options
Diffstat (limited to 'print/foomatic-db-engine/files')
-rw-r--r-- | print/foomatic-db-engine/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/foomatic-db-engine/files/patch-Makefile.in b/print/foomatic-db-engine/files/patch-Makefile.in new file mode 100644 index 000000000000..68f9ba5b9e3a --- /dev/null +++ b/print/foomatic-db-engine/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Apr 27 10:22:31 2003 ++++ Makefile.in Wed Oct 8 04:56:22 2003 +@@ -62,7 +62,7 @@ + PERL_INSTALLDIRS=@PERL_INSTALLDIRS@ + + # Genereal paths for all filter scripts +-EXEC_PATH=/usr/local/bin:/usr/bin:/bin ++EXEC_PATH=${LOCALBASE}/bin:/usr/bin:/bin + LOG_PATH=/tmp + + # Paths for LPD and LPRng |