Pb between rootDir & projectDir

This commit is contained in:
Jean-Paul Chaput 2012-11-16 14:59:20 +00:00
parent a69b48c1a3
commit 501fe1e4d9
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class ProjectBuilder:
def _updateSecondary ( self ): def _updateSecondary ( self ):
self._rootDir = os.path.join ( os.environ["HOME"], self._projectDir ) #self._rootDir = os.path.join ( os.environ["HOME"], self._projectDir )
self._rpmbuildDir = os.path.join ( self._rootDir , "rpmbuild" ) self._rpmbuildDir = os.path.join ( self._rootDir , "rpmbuild" )
self._debbuildDir = os.path.join ( self._rootDir , "debbuild" ) self._debbuildDir = os.path.join ( self._rootDir , "debbuild" )
self._tmppathDir = os.path.join ( self._rpmbuildDir, "tmp" ) self._tmppathDir = os.path.join ( self._rpmbuildDir, "tmp" )