[matter] increment pkg_count

This commit is contained in:
Fabio Erculiani
2011-08-06 12:50:14 +02:00
parent b2f5ea7dd9
commit ca63f7f121

View File

@@ -1121,6 +1121,7 @@ Environment variables passed to --pkgpre/--pkgpost executables:
pkg_count = 0
tot_pkgs = len(spec["packages"])
for package in spec["packages"]:
pkg_count += 1
builder = PackageBuilder(entropy_server, package,
spec, spec_count, tot_spec, pkg_count,
tot_pkgs)