The biarch is a function not an attribute

This commit is contained in:
Martin Gracik 2011-03-17 13:26:24 +01:00
parent 4486889792
commit 69214fd47a
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class PPC(object):
p.wait()
# copy yaboot.conf to etc dir
if (biarch):
if biarch():
yabootconf = cpfile(self.reqs["yabootconf3264"],
joinpaths(self.outputroot, ETCDIR,
"yaboot.conf"))