[live-media] Don't create $basedir arch

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-02-19 09:01:45 +01:00
parent 0fb8049fdd
commit 8ed44dd153
1 changed files with 1 additions and 1 deletions

View File

@ -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):