From 7590e7cbdcd34783dddd8766bbcf2c4e81c0d057 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 9 Aug 2015 07:15:43 +0300 Subject: [PATCH] Update find package --- slpkg/slack/patches.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slpkg/slack/patches.py b/slpkg/slack/patches.py index c067e579..3454ac5a 100644 --- a/slpkg/slack/patches.py +++ b/slpkg/slack/patches.py @@ -148,7 +148,8 @@ class Patches(object): self.uncomp_sum.append(uncomp) self.upgrade_all.append(name) 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_upg -= 1 return self.count_upg