From 6bbbe27f8b72c19304d97406d9908547167e8f84 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 29 Jan 2012 16:57:46 +0100 Subject: [PATCH] small fix --- libraries/repositories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/repositories b/libraries/repositories index ca01ffb..a8963e0 100644 --- a/libraries/repositories +++ b/libraries/repositories @@ -203,7 +203,7 @@ function pullRsync() { --timeout=${FETCHTIMEOUT} --whole-file --exclude=/.git --exclude=/.hg \ --exclude=/.svn --exclude=CVS --exclude=/distfiles --exclude=/local \ --exclude=/metadata/cache --exclude=/metadata/md5-cache \ - --exclude=/packages ${ADDRESS} ${DIRECTORY}" || return 1 + --exclude=/packages ${ADDRESS}/ ${DIRECTORY}" || return 1 return 0 }