summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.py b/backend.py
index 1335f4067..9ec560b20 100644
--- a/backend.py
+++ b/backend.py
@@ -184,6 +184,7 @@ def doRepoSetup(anaconda):
return DISPATCH_BACK
if anaconda.id.upgrade:
anaconda.backend.checkSupportedUpgrade(anaconda)
+ iutil.writeRpmPlatform(anaconda.rootPath)
def doPostSelection(anaconda):
return anaconda.backend.doPostSelection(anaconda)