diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-14 09:39:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-14 09:39:25 +0000 |
commit | c3da0d8281e24ad8fa1af7e06a16330cc6b41eb3 (patch) | |
tree | 042e86e5e8e26ebb24e55d1bc87beb29894ea884 /package/rsync | |
parent | e2578ec3c5febb0670405896216ddbc73e4a8840 (diff) |
Update a few packages
Diffstat (limited to 'package/rsync')
-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 eb741b86b..10080d038 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -5,7 +5,7 @@ ############################################################# RSYNC_VER:=2.6.3 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz -RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/$(RSYNC_SOURCE) +RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/ RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER) RSYNC_CAT:=zcat RSYNC_BINARY:=rsync |