aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorDaniel Dickinson <lede@cshore.thecshore.com>2017-01-10 16:26:10 -0500
committerDaniel Dickinson <lede@cshore.thecshore.com>2017-01-10 16:26:10 -0500
commiteb374e2d4d9eb816508b6913befee688cf974f9d (patch)
tree0b142148d3d4fae581217a9028b529ab8b2203b3 /net/rsync/Makefile
parent36fa51e6bacb275fd3ffe8327466b1ce703c14b1 (diff)
net/rsync: Make using ACL/XATTR the default if it's core default
Core has an option to enable ACL/XATTR by default; if that is set default rsync to use it. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index f9fa04758..161b25bff 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rsync
PKG_VERSION:=3.1.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src