summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-03-16 07:05:57 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2016-03-16 07:05:57 +0100
commit3f18efad8f458348d3ca7feaf0cb24fff0fa4985 (patch)
treeb8c716c15721ebc301260519e6610479395b1a37 /redhat/Makefile.r14
parent6c9a00a16267e6e069715b5ca7d87f2f4c470c4f (diff)
downloadtde-packaging-3f18efad8f458348d3ca7feaf0cb24fff0fa4985.tar.gz
tde-packaging-3f18efad8f458348d3ca7feaf0cb24fff0fa4985.zip
RPM Packaging: update for pclinuxos2016
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r144
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index b179230d0..1ad7a4480 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -246,8 +246,8 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),)
endif
torsocks:
-# Do NOT build on RHEL 6, RHEL 7
-ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7*),)
+# Do NOT build on RHEL 6, RHEL 7, Fedora > 20
+ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7* /boot/vmlinuz*.fc2*),)
$(call buildpkg,3rdparty/torsocks)
endif