summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index 55a10aabf..6cb2e2228 100644
--- a/packages.py
+++ b/packages.py
@@ -741,9 +741,9 @@ def doPostInstall(method, id, intf, instPath):
# XXX hack..., if the above move failed, we'll just stash it in
# a (hopefully) unique location. (#50339)
os.rename (instPath + "/var/lib/rpm",
- instPath + "/var/lib/rpm.rpmsave-%s", %
+ instPath + "/var/lib/rpm.rpmsave-%s" %
(str(int(time.time())),))
- os.rename (instPath + id.dbpath,
+ os.rename (instPath + id.dbpath,
instPath + "/var/lib/rpm")
# XXX - rpm 4.0.2 %post braindeadness support