From e987de8498716104097c73b6093f9b7f36153473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 27 Oct 2014 20:21:12 +0100 Subject: RPM Packaging: update tdeaccessibility --- redhat/Makefile.r14 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'redhat/Makefile.r14') diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 6f40731f2..93fc99db5 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -563,7 +563,7 @@ endif rosegarden: tdebase lilypond # Do NOT build on CentOS 5, CentOS 7 -ifeq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el7*),) +ifeq ($(wildcard /boot/vmlinuz*.el5*),) $(call buildpkg,applications/rosegarden) endif @@ -595,8 +595,8 @@ tdeio-umountwrapper: tdebase $(call buildpkg,applications/tdeio-umountwrapper) tdenetworkmanager: tdebase -# Do NOT build on CentOS -ifeq ($(wildcard /etc/centos-release),) +# Do NOT build on CentOS 5, CentOS 6 +ifeq ($(wildcard /boot/vmlinuz*.el5* /boot/vmlinuz*.el6*),) $(call buildpkg,applications/tdenetworkmanager) endif @@ -604,10 +604,7 @@ tdepowersave: tdebase $(call buildpkg,applications/tdepowersave) tderadio: tdebase -# Do NOT build on CentOS 7 -ifeq ($(wildcard /boot/vmlinuz*.el7*),) $(call buildpkg,applications/tderadio) -endif tde-style-lipstik: tdebase $(call buildpkg,applications/tde-style-lipstik) -- cgit v1.2.3