diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:46:18 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-05 19:47:54 +0200 |
commit | d56083baedc6823797515c37e5204af3103ab772 (patch) | |
tree | 6ff09372a52daec45b766dfb3333cc4f3db1c859 /redhat/Makefile.r14 | |
parent | 68bdd38edf8175e150ed2d6f3ff002344712e8ea (diff) | |
download | tde-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.r14 | 3 |
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 |