From 5b1cc18ae09c82142cef9bb10117f0e4a8282d1a Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Thu, 11 Aug 2011 16:38:46 +0000 Subject: [PATCH] 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 --- mpab-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpab-functions b/mpab-functions index 9b0344a..fbfa18c 100644 --- a/mpab-functions +++ b/mpab-functions @@ -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