summarylogtreecommitdiffstats
path: root/0004-Makefile-fix-generating-.ppd-in-place.patch
diff options
context:
space:
mode:
authorIvan Shapovalov2016-10-23 10:39:44 +0300
committerIvan Shapovalov2016-10-23 10:39:44 +0300
commit708b0af517fe496e892757d2b1eb66412f0e69eb (patch)
tree1b889562d3484e28ae694a21b2a2568d2a5fedac /0004-Makefile-fix-generating-.ppd-in-place.patch
parentcc6d59e67e284fdc277cdc003d9c74320b33d0ac (diff)
downloadaur-708b0af517fe496e892757d2b1eb66412f0e69eb.tar.gz
Finally fix new hotplug implementation
Diffstat (limited to '0004-Makefile-fix-generating-.ppd-in-place.patch')
-rw-r--r--0004-Makefile-fix-generating-.ppd-in-place.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0004-Makefile-fix-generating-.ppd-in-place.patch b/0004-Makefile-fix-generating-.ppd-in-place.patch
new file mode 100644
index 000000000000..60ea711cab53
--- /dev/null
+++ b/0004-Makefile-fix-generating-.ppd-in-place.patch
@@ -0,0 +1,29 @@
+From 3dc1ff8f60500f79956a7ded38dfb160fe6d6aff 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/5] Makefile: fix generating *.ppd in-place
+
+---
+ Makefile | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 2f546f9..fcca27e 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1408,10 +1408,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
+