From 483dc217a7e4c2d9ff913d78e5cd41968b161154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 11 Nov 2016 16:35:11 +0100 Subject: RPM packaging: update build scripts --- redhat/Makefile.r14 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'redhat/Makefile.r14') diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 2410c346e..9399a304b 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -152,6 +152,12 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) $(call buildpkg,3rdparty/cmake) endif +cscope: +# Build on PCLOS only +ifneq ($(wildcard /etc/pclinuxos-release),) + $(call buildpkg,3rdparty/cscope) +endif + dirmngr: # Build on CentOS >= 7 ifneq ($(wildcard /boot/vmlinuz*.el7*),) @@ -554,7 +560,7 @@ krename: tdebase krusader: tdebase $(call buildpkg,applications/krusader) -kscope: tdebase +kscope: tdebase cscope $(call buildpkg,applications/kscope) ksensors: tdebase -- cgit v1.2.1