summarylogtreecommitdiffstats
path: root/0004-Makefile-skip-installing-Foomatic-files.patch
blob: a3427e39e562dae7d3500b72df40f3acdd2c14d7 (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
From d5b02fc59c140eb2d53cef5a90df9fbe7265e17d Mon Sep 17 00:00:00 2001
From: Ivan Shapovalov <intelfx@intelfx.name>
Date: Sun, 23 Oct 2016 01:00:36 +0300
Subject: [PATCH 4/6] Makefile: skip installing Foomatic files

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

diff --git a/Makefile b/Makefile
index 6ddcf96..d5ab384 100644
--- a/Makefile
+++ b/Makefile
@@ -607,7 +607,7 @@ command2foo2lava-pjl.o: command2foo2lava-pjl.c
 # Installation rules
 #
 install: all install-test install-prog install-icc2ps install-osx-hotplug \
-	    install-extra install-crd install-foo install-ppd \
+	    install-extra install-crd install-ppd \
 	    install-gui install-desktop install-filter \
 	    install-man install-doc
 	#
-- 
2.10.0