This commit is contained in:
Jean-Paul Chaput 2011-02-02 13:05:51 +00:00
parent 47483c0233
commit 1ce2186f3b
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ class ProjectBuilder:
os.chdir ( self._debbuildDir )
sourceFile = os.path.join ( self._tarballDir, self._sourceTarBz2 )
debOrigFile = os.path.join ( self._tarballDir, "coriolis2_1.0.%s.orig.tar.bz2" % self._svnTag )
if not os.paths.islink(debOrigFile):
if not os.path.islink(debOrigFile):
os.link ( sourceFile, debOrigFile )
command = [ "/bin/tar", "jxf", debOrigFile ]