From 501fe1e4d9b4e76d0c1d334501aca81d440997e0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 16 Nov 2012 14:59:20 +0000 Subject: [PATCH] Pb between rootDir & projectDir --- bootstrap/buildCoriolis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/buildCoriolis.py b/bootstrap/buildCoriolis.py index 7143cf21..826fa609 100755 --- a/bootstrap/buildCoriolis.py +++ b/bootstrap/buildCoriolis.py @@ -170,7 +170,7 @@ class ProjectBuilder: 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._debbuildDir = os.path.join ( self._rootDir , "debbuild" ) self._tmppathDir = os.path.join ( self._rpmbuildDir, "tmp" )