summarylogtreecommitdiffstats
path: root/0005-Makefile-fix-generating-.ppd-in-place.patch
blob: 576af558604a516c850b9c4b02b43cf0c6eab4e4 (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 3271b56e3c33cdbe69f1d03747091fa092c23791 Mon Sep 17 00:00:00 2001
From: Ivan Shapovalov <intelfx@intelfx.name>
Date: Sun, 23 Oct 2016 01:01:17 +0300
Subject: [PATCH 5/6] Makefile: fix generating *.ppd in-place

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

diff --git a/Makefile b/Makefile
index d5ab384..176fdfe 100644
--- a/Makefile
+++ b/Makefile
@@ -1386,10 +1386,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.10.0