mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +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:
|
||||
Msg().build_FAILED(sbo_url, prgnam)
|
||||
sys.exit(0)
|
||||
inst_pkg = ""
|
||||
find = find_package(pkg + "-", self.meta.pkg_path)
|
||||
if find:
|
||||
inst_pkg = split_package(find[0])[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue