mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Fix TypeError
This commit is contained in:
parent
52823a039b
commit
abfa479942
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class SBoNetwork(object):
|
|||
if not find_package(self.prgnam + self.meta.sp,
|
||||
self.meta.pkg_path):
|
||||
self.build()
|
||||
self.install(self.prgnam)
|
||||
self.install()
|
||||
delete(self.build_folder)
|
||||
break
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue