Minor tweak when processing updates for items already installed and manifest specifies a version

This commit is contained in:
Greg Neagle
2012-03-01 17:04:18 -08:00
parent f97b63a9bf
commit 0cf1ad4089
+1 -1
View File
@@ -1593,7 +1593,7 @@ def processInstall(manifestitem, cataloglist, installinfo):
# now look for updates for this item
update_list = lookForUpdates(name, cataloglist)
elif compareVersions(
item_pl['version'], iteminfo['installed_version']) == 1:
includedversion, iteminfo['installed_version']) == 1:
# manifest specifies a specific version
# if that's what's installed, look for any updates
# specific to this version