summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-07 21:50:34 +0000
committerMatt Wilson <msw@redhat.com>2001-08-07 21:50:34 +0000
commitd0fc1ca78fcdb988e762aa96bc697bfb384a3f23 (patch)
tree83ce4789032c0dc00c81c8319d1ed99983362fce /dispatch.py
parent0fca08a66a570793b8f126fd35ef7ce7bdbbfe49 (diff)
downloadanaconda-d0fc1ca78fcdb988e762aa96bc697bfb384a3f23.tar.gz
anaconda-d0fc1ca78fcdb988e762aa96bc697bfb384a3f23.tar.xz
anaconda-d0fc1ca78fcdb988e762aa96bc697bfb384a3f23.zip
don't check for packages to upgrade when going backwards (#51149)
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index d45fb0e0f..c6544de61 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -92,7 +92,7 @@ installSteps = [
("authentication", ("id.auth",)),
("readcomps", readPackages, ("intf", "method", "id")),
("findpackages", upgradeFindPackages, ("intf", "method", "id",
- "instPath")),
+ "instPath", "dir")),
("package-selection", ("id.comps", "dispatch")),
("indivpackage", ("id.comps", "id.hdList")),
("handleX11pkgs", handleX11Packages, ("dir", "intf", "dispatch",