summarylogtreecommitdiffstats
path: root/0004-Makefile-fix-generating-.ppd-in-place.patch
blob: b506928090e9fe19c399e88e652a20735e1f6901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 01eb8e0e1fd6447d7931f33718da760f050fdb34 Mon Sep 17 00:00:00 2001
From: Ivan Shapovalov <intelfx@intelfx.name>
Date: Sun, 23 Oct 2016 01:01:17 +0300
Subject: [PATCH 4/6] Makefile: fix generating *.ppd in-place

---
 Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 429b842..6282bda 100644
--- a/Makefile
+++ b/Makefile
@@ -1452,10 +1452,8 @@ ppd:
 	    *)                  driver=foo2zjs;; \
 	    esac; \
 	    echo $$driver - $$printer; \
-	    ENGINE=../foomatic/foomatic-db-engine; \
-	    PERL5LIB=$$ENGINE/lib \
-		FOOMATICDB=foomatic-db \
-		$$ENGINE/foomatic-ppdfile \
+	    FOOMATICDB=foomatic-db \
+		foomatic-ppdfile \
 		-d $$driver -p $$printer \
 		> PPD/$$printer.ppd; \
 	done
-- 
2.15.1