summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iutil.py b/iutil.py
index d394cc3f3..99659361a 100644
--- a/iutil.py
+++ b/iutil.py
@@ -583,5 +583,5 @@ def writeRpmPlatform(root="/"):
rhpl.arch.canonArch in ("s390x", "sparc64", "x86_64")):
return
f = open("%s/etc/rpm/macros" %(root,), 'w+')
- f.write("_transaction_color 3\n")
+ f.write("%_transaction_color 3\n")
f.close()