build: Fix copy/paste error

This commit is contained in:
Fatih Aşıcı
2011-03-30 11:49:43 +00:00
parent f13a697a18
commit 3357b987ad
+1 -1
View File
@@ -1202,7 +1202,7 @@ class Builder:
update)
old_package = find_old_package(filename, search_paths)
if old_package:
found_old_packages[old_release] = old_package
found_old_packages[update.release] = old_package
if len(found_old_packages) == max_count:
break