mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Bugfixed delete build folder
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
50ce4d7b97
commit
142f81cf08
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
3.4.2 - 23/01/2019
|
||||
Fixed:
|
||||
- Bugfixed delete build folder in network option
|
||||
|
||||
3.4.1 - 23/01/2019
|
||||
Fixed:
|
||||
- Fix manpage
|
||||
|
|
|
@ -233,7 +233,7 @@ class SBoNetwork(object):
|
|||
if not find_package(self.prgnam, self.meta.pkg_path):
|
||||
self.build()
|
||||
self.install()
|
||||
delete(self.build_folder)
|
||||
delete_folder(self.build_folder)
|
||||
raise SystemExit()
|
||||
else:
|
||||
self.msg.template(78)
|
||||
|
|
Loading…
Add table
Reference in a new issue