summarylogtreecommitdiffstats
path: root/0004-Makefile-fix-generating-.ppd-in-place.patch
blob: 406ca2d5d6561a7786d0bcdf5533b09f94785a49 (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
From 3a0ebed262a7706faa25697d96f1967b058e8157 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/9] Makefile: fix generating *.ppd in-place

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 0956c79..18f9d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1453,6 +1453,7 @@ ppd:
 	    esac; \
 	    echo $$driver - $$printer; \
 	    if true; then \
+		FOOMATICDB=foomatic-db \
 		foomatic-ppdfile -d $$driver -p $$printer > PPD/$$printer.ppd; \
 	    else \
 		# 09/06/18: Use the older foomatic??? \
-- 
2.19.0