diff options
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 8 |
1 files changed, 7 insertions, 1 deletions
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 |