mpab: only one sync direction will delete failcache entries

git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@82246 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2011-08-11 16:38:46 +00:00
parent 4e33f8c6e6
commit 5b1cc18ae0
+1 -1
View File
@@ -276,7 +276,7 @@ function buildPorts()
ln -s ${baseDir}/progress.log ${chrootPath}/var/tmp/progress.log
fi
mkdir -p ${baseDir}/failcache
rsync -a --delete ${baseDir}/failcache ${chrootPath}/var/tmp
rsync -a ${baseDir}/failcache ${chrootPath}/var/tmp
chrootExec buildports