From: mquinson Date: Tue, 22 Dec 2009 17:49:00 +0000 (+0000) Subject: Go to the right directory to rebuild the archive X-Git-Tag: SVN~795 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/12773c74b77113c759779be5f2de0aab95fc50fd Go to the right directory to rebuild the archive git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6931 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/scripts/simgrid_build.functions b/buildtools/scripts/simgrid_build.functions index 5c1c53aae0..ecaeec6f06 100644 --- a/buildtools/scripts/simgrid_build.functions +++ b/buildtools/scripts/simgrid_build.functions @@ -24,7 +24,7 @@ wait_archive() { make_dist() { get_version if [ ! -e ${SIMGRID_BASEDIR}/${version}.tar.gz ] ; then - cd ${SIMGRID_BASEDIR} + cd ${SIMGRID_SVN_ROOT} echo "rebuild the missing files for compilation" if [ ! -e configure ] ; then ./bootstrap