Another modif.

This commit is contained in:
Jean-Paul Chaput 2010-05-17 15:46:21 +00:00
parent e671371443
commit 729844178c
1 changed files with 1 additions and 1 deletions

View File

@ -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