[live-media] Don't create $basedir arch
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
0fb8049fdd
commit
8ed44dd153
@ -77,7 +77,7 @@ class LiveMediaPhase(PhaseBase):
|
|||||||
% (variant_uid, variant.uid))
|
% (variant_uid, variant.uid))
|
||||||
return translate_path(
|
return translate_path(
|
||||||
self.compose,
|
self.compose,
|
||||||
self.compose.paths.compose.os_tree('$basearch', variant)
|
self.compose.paths.compose.os_tree('$basearch', variant, create_dir=False)
|
||||||
)
|
)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user