[uClibc-cvs] svn commit: trunk/buildroot/package/rsync

sjhill at uclibc.org sjhill at uclibc.org
Wed Apr 27 21:00:49 UTC 2005


Author: sjhill
Date: 2005-04-27 15:00:48 -0600 (Wed, 27 Apr 2005)
New Revision: 10191

Log:
Slash missing.


Modified:
   trunk/buildroot/package/rsync/rsync.mk


Changeset:
Modified: trunk/buildroot/package/rsync/rsync.mk
===================================================================
--- trunk/buildroot/package/rsync/rsync.mk	2005-04-27 20:59:23 UTC (rev 10190)
+++ trunk/buildroot/package/rsync/rsync.mk	2005-04-27 21:00:48 UTC (rev 10191)
@@ -5,7 +5,7 @@
 #############################################################
 RSYNC_VER:=2.6.3
 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/old-versions/
 RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
 RSYNC_CAT:=zcat
 RSYNC_BINARY:=rsync




More information about the uClibc-cvs mailing list