summaryrefslogtreecommitdiffstats
path: root/yum-presto/shared/prestoDownload.py
diff options
context:
space:
mode:
Diffstat (limited to 'yum-presto/shared/prestoDownload.py')
-rw-r--r--yum-presto/shared/prestoDownload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yum-presto/shared/prestoDownload.py b/yum-presto/shared/prestoDownload.py
index 0b7ff55..1c29608 100644
--- a/yum-presto/shared/prestoDownload.py
+++ b/yum-presto/shared/prestoDownload.py
@@ -67,7 +67,7 @@ def reconstruct(conduit, po, log):
drpm = deltarpm.DeltaRpmWrapper(conduit)
try:
- drpm.apply(po.localpath, deltalocal)
+ drpm.apply(po.arch, po.localpath, deltalocal)
except:
retlist += "Error rebuilding rpm from %s! Will download full package.\n" % os.path.basename(deltalocal)
try: