From 729844178ce5199f63a71cc29f103b2fbf174570 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 17 May 2010 15:46:21 +0000 Subject: [PATCH] Another modif. --- bootstrap/buildCoriolis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/buildCoriolis.py b/bootstrap/buildCoriolis.py index 36383344..5167518f 100755 --- a/bootstrap/buildCoriolis.py +++ b/bootstrap/buildCoriolis.py @@ -441,7 +441,7 @@ class ProjectBuilder: self.svnExport ( tools, projects ) os.chdir ( self._tarballDir ) - command = [ "/bin/tar", "jcvf", self._sourceTarBz2, "coriolis2-1.0" ] + command = [ "/bin/tar", "jcvf", self._sourceTarBz2, os.path.basename(self._archiveDir) ] self._execute ( command, "tar command failed" ) print "Cleanup SVN export tarball archive directory: \"%s\"." % self._archiveDir