29 Jun
2011
29 Jun
'11
5:37 a.m.
Revision: 79898 http://trac.macports.org/changeset/79898 Author: jmr@macports.org Date: 2011-06-28 22:37:52 -0700 (Tue, 28 Jun 2011) Log Message: ----------- mpab: don't delete PortIndex when syncing Modified Paths: -------------- contrib/mpab/mpsync.sh Modified: contrib/mpab/mpsync.sh =================================================================== --- contrib/mpab/mpsync.sh 2011-06-29 05:34:19 UTC (rev 79897) +++ contrib/mpab/mpsync.sh 2011-06-29 05:37:52 UTC (rev 79898) @@ -56,7 +56,7 @@ umount=yes fi -rsync -av --del --exclude '*~' --exclude '.svn' \ +rsync -av --del --exclude '*~' --exclude '.svn' --exclude '/PortIndex*' \ ${dataDir}/${exportDir}/ \ ${chrootPath}${SRC_PREFIX} || exit 1