diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-13 00:04:05 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-13 00:04:05 +0000 |
commit | a05b7977e6ff282027e85ac7748a01bba81fb371 (patch) | |
tree | fdfe35f45eee96f4c050fd5455ab90f0e2de8859 /package | |
parent | 163511722badd3345bc76a7a132f8f2850953fb2 (diff) | |
download | buildroot-novena-a05b7977e6ff282027e85ac7748a01bba81fb371.tar.gz buildroot-novena-a05b7977e6ff282027e85ac7748a01bba81fb371.zip |
How about we check our work a little better?
Diffstat (limited to 'package')
-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 43a7fb305..69d777017 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -5,7 +5,7 @@ ############################################################# RSYNC_VER:=2.6.6 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz -RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/old-versions/ +RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/ RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER) RSYNC_CAT:=zcat RSYNC_BINARY:=rsync |