diff options
Diffstat (limited to 'package/rsync/rsync.mk')
-rw-r--r-- | package/rsync/rsync.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 9a5047afe..a238d36d9 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -7,7 +7,7 @@ RSYNC_VER:=2.6.8 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/ RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER) -RSYNC_CAT:=zcat +RSYNC_CAT:=$(ZCAT) RSYNC_BINARY:=rsync RSYNC_TARGET_BINARY:=usr/bin/rsync |