> actually the pkgbuild does just this: > > if [ -d $_svnmod ] ; then > (cd $_svnmod && svn update) > msg "The local files are updated." > else > svn co ${_svntrunk} ${_svnmod} > fi > and then it builds, of course :-)