mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Update find package
This commit is contained in:
parent
016b805c3b
commit
7590e7cbdc
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ class Patches(object):
|
||||||
self.uncomp_sum.append(uncomp)
|
self.uncomp_sum.append(uncomp)
|
||||||
self.upgrade_all.append(name)
|
self.upgrade_all.append(name)
|
||||||
self.count_upg += 1
|
self.count_upg += 1
|
||||||
if not find_package(repo_pkg_name, self.meta.pkg_path):
|
if not find_package(repo_pkg_name + self.meta.sp,
|
||||||
|
self.meta.pkg_path):
|
||||||
self.count_added += 1
|
self.count_added += 1
|
||||||
self.count_upg -= 1
|
self.count_upg -= 1
|
||||||
return self.count_upg
|
return self.count_upg
|
||||||
|
|
Loading…
Add table
Reference in a new issue