mpab: fix rsync path

git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@79890 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2011-06-29 04:24:32 +00:00
parent 926d20490c
commit 7497fec28e
+1 -1
View File
@@ -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"