treebuilder fixup: outroot, not outputdir
This commit is contained in:
parent
ba8e7e6945
commit
f4107c632d
@ -150,7 +150,7 @@ class TreeBuilder(BaseBuilder):
|
|||||||
def implantisomd5(self):
|
def implantisomd5(self):
|
||||||
for section, data in self.treeinfo_data.items():
|
for section, data in self.treeinfo_data.items():
|
||||||
if 'boot.iso' in data:
|
if 'boot.iso' in data:
|
||||||
iso = joinpaths(self.outputdir, data['boot.iso'])
|
iso = joinpaths(self.outroot, data['boot.iso'])
|
||||||
check_call(["implantisomd5", iso])
|
check_call(["implantisomd5", iso])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user