summaryrefslogtreecommitdiffstats
path: root/yum-presto/shared/prestoDownload.py
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-05-01 18:32:59 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-05-01 18:32:59 +0300
commitc69bc9af8f3459610e810970c6222aee643e5594 (patch)
tree048b9f3dddce7c95ba0852419cf2cdd9b5a218ee /yum-presto/shared/prestoDownload.py
parente5735fab4d9c85a52a8da4e86a88ac3ad66631e7 (diff)
downloadpresto-c69bc9af8f3459610e810970c6222aee643e5594.tar.gz
presto-c69bc9af8f3459610e810970c6222aee643e5594.tar.xz
presto-c69bc9af8f3459610e810970c6222aee643e5594.zip
Fixes to make yum-presto work completely correctly on multi-arch systems.
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
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: