From dffc3dac5f9ff521f76c583384ec81d1cebcee01 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 21 Dec 2011 17:50:28 +0400 Subject: [PATCH] Fix syntax bug. --- pym/cl_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_builder.py b/pym/cl_builder.py index 2a03d22..a14c8ff 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -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")