diff --git a/master.cfg b/master.cfg index 6320802..d564818 100644 --- a/master.cfg +++ b/master.cfg @@ -925,13 +925,13 @@ The parameters of the class are: if self.use_system_debuginfo: self.extra_conf_flags.append (r'--with-separate-debug-dir=/usr/lib/debug') - self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet), - haltOnFailure = True) + self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet, + haltOnFailure = True)) if not self.extra_make_flags: self.extra_make_flags = [] - self.addStep (self.CompileClass (self.make_command, self.extra_make_flags), - haltOnFailure = True) + self.addStep (self.CompileClass (self.make_command, self.extra_make_flags, + haltOnFailure = True)) # This last will be executed when the build succeeds. It is # needed in order to cleanup the breakage lockfile, if it