From 7497fec28e14ba4900663f2ab0fed1fcbd791b06 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Wed, 29 Jun 2011 04:24:32 +0000 Subject: [PATCH] mpab: fix rsync path git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@79890 d073be05-634f-4543-b044-5fe20cf6d1d6 --- mpsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpsync.sh b/mpsync.sh index f91cd42..8e49040 100755 --- a/mpsync.sh +++ b/mpsync.sh @@ -57,7 +57,7 @@ if [[ -n "$chrootPath" && ! -d "$chrootPath" ]] ; then fi rsync -av --del --exclude '*~' --exclude '.svn' \ - ${dataDir}/${exportDir} \ + ${dataDir}/${exportDir}/ \ ${chrootPath}${SRC_PREFIX} || exit 1 echo "Re-creating portindex"