mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Fix fail install #30
This commit is contained in:
parent
7c768e4b1b
commit
934d6db91b
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ class SBoInstall(object):
|
||||||
except ValueError:
|
except ValueError:
|
||||||
Msg().build_FAILED(sbo_url, prgnam)
|
Msg().build_FAILED(sbo_url, prgnam)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
inst_pkg = ""
|
||||||
find = find_package(pkg + "-", self.meta.pkg_path)
|
find = find_package(pkg + "-", self.meta.pkg_path)
|
||||||
if find:
|
if find:
|
||||||
inst_pkg = split_package(find[0])[0]
|
inst_pkg = split_package(find[0])[0]
|
||||||
|
|
Loading…
Add table
Reference in a new issue