From df20fa92cb84771b6c0a3a0f3fa79af383f80d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Wed, 2 Aug 2017 17:19:39 +0200 Subject: RPM: update build scripts for PCLinuxOS 2017 --- 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 d377ab753..ffd1575f0 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -255,6 +255,12 @@ endif python-qt3: tdelibs sip $(call buildpkg,3rdparty/python-qt3) +rdiff-backup: +# Only for PCLINUXOS +ifneq ($(wildcard /etc/pclinuxos-release),) + $(call buildpkg,3rdparty/rdiff-backup) +endif + sip: # Build on CentOS 5 only (vendor-provided SIP is too old) ifneq ($(wildcard /boot/vmlinuz*.el5*),) @@ -452,7 +458,7 @@ kdirstat: tdebase kdpkg: tdebase $(call buildpkg,applications/kdpkg) -keep: tdebase +keep: tdebase rdiff-backup $(call buildpkg,applications/keep) kerberostray: tdebase -- cgit v1.2.1