revert this change, it was true, wrongly read...

This commit is contained in:
Faik Uygur
2009-02-02 13:42:40 +00:00
parent ffcc98af45
commit e782e6ace2
+2 -1
View File
@@ -709,7 +709,8 @@ class Builder:
# find previous build in packages dir
found = set()
def locate_old_package(old_package_fn):
if not old_package_fn.endswith(ctx.const.package_suffix):
if not old_package_fn.endswith(ctx.const.package_suffix) or \
old_package_fn.endswith(ctx.const.delta_package_suffix):
return
if pisi.util.is_package_name(os.path.basename(old_package_fn), package_name):