Fix syntax bug.

master
Mike Hiretsky 13 years ago
parent 39bad37fde
commit dffc3dac5f

@ -259,9 +259,9 @@ class cl_builder(color_print):
self.cleanNeedlessKernelData(distrPath)
self.dispatchConf(distrPath)
builderPath = self.clVars.Get('cl_builder_path')
if self.assembleIso and \
self.clVars.Get('os_builder_profile').endswith('binary'):
builderPath = self.clVars.Get('cl_builder_path')
for gitName,gitDir in (('portage','/usr/portage'),
('overlay','/var/lib/layman/calculate')):
gitHead = pathJoin(builderPath,gitDir,".git/HEAD")

Loading…
Cancel
Save