summarylogtreecommitdiffstats
path: root/0004-Makefile-fix-generating-.ppd-in-place.patch
diff options
context:
space:
mode:
authorIvan Shapovalov2018-10-09 00:41:13 +0300
committerIvan Shapovalov2018-10-09 00:41:13 +0300
commit01c4943dbc4899ea001500798d75ae26e515882f (patch)
tree14e8f6f325bd3c84521e842a0068bb324d5db161 /0004-Makefile-fix-generating-.ppd-in-place.patch
parentcd94163cd2b2fd6a683716f26a899f877044c394 (diff)
downloadaur-01c4943dbc4899ea001500798d75ae26e515882f.tar.gz
Bump; rebase patches
Diffstat (limited to '0004-Makefile-fix-generating-.ppd-in-place.patch')
-rw-r--r--0004-Makefile-fix-generating-.ppd-in-place.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/0004-Makefile-fix-generating-.ppd-in-place.patch b/0004-Makefile-fix-generating-.ppd-in-place.patch
index d8e5ef8d7f22..26da699598c7 100644
--- a/0004-Makefile-fix-generating-.ppd-in-place.patch
+++ b/0004-Makefile-fix-generating-.ppd-in-place.patch
@@ -1,4 +1,4 @@
-From bb8cb495855b1d4fc9ba0037f6298d35ccda6cc1 Mon Sep 17 00:00:00 2001
+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/7] Makefile: fix generating *.ppd in-place
@@ -8,17 +8,17 @@ Subject: [PATCH 4/7] Makefile: fix generating *.ppd in-place
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
-index bac37c4..0365139 100644
+index 0956c79..18f9d5f 100644
--- a/Makefile
+++ b/Makefile
-@@ -1454,6 +1454,7 @@ ppd:
- *) driver=foo2zjs;; \
+@@ -1453,6 +1453,7 @@ ppd:
esac; \
echo $$driver - $$printer; \
-+ FOOMATICDB=foomatic-db \
- foomatic-ppdfile -d $$driver -p $$printer > PPD/$$printer.ppd; \
- #ENGINE=../foomatic/foomatic-db-engine; \
- #PERL5LIB=$$ENGINE/lib \
+ if true; then \
++ FOOMATICDB=foomatic-db \
+ foomatic-ppdfile -d $$driver -p $$printer > PPD/$$printer.ppd; \
+ else \
+ # 09/06/18: Use the older foomatic??? \
--
-2.17.1
+2.19.0