The biarch is a function not an attribute
This commit is contained in:
parent
f5258e7266
commit
c3e7664448
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user