[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
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class LiveMediaPhase(PhaseBase):
|
|||
% (variant_uid, variant.uid))
|
||||
return translate_path(
|
||||
self.compose,
|
||||
self.compose.paths.compose.os_tree('$basearch', variant)
|
||||
self.compose.paths.compose.os_tree('$basearch', variant, create_dir=False)
|
||||
)
|
||||
|
||||
def run(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue