summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-09-05 19:46:18 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-09-05 19:47:54 +0200
commitd56083baedc6823797515c37e5204af3103ab772 (patch)
tree6ff09372a52daec45b766dfb3333cc4f3db1c859 /redhat/Makefile.r14
parent68bdd38edf8175e150ed2d6f3ff002344712e8ea (diff)
downloadtde-packaging-d56083baedc6823797515c37e5204af3103ab772.tar.gz
tde-packaging-d56083baedc6823797515c37e5204af3103ab772.zip
RPM Packaging: fix dependency to qalculate
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r143
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index b9f52d2a9..36fb72ed0 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -585,7 +585,10 @@ potracegui: tdebase
$(call buildpkg,applications/potracegui)
qalculate-tde: tdebase
+# Do NOT build on CentOS 5, CentOS 6
+ifeq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el6*),)
$(call buildpkg,applications/qalculate-tde)
+endif
qt4-tqt-theme-engine: tdebase
# Do NOT build on CentOS 5, CentOS 6