mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update for UNSUPPORTED
This commit is contained in:
parent
8724c20d48
commit
6d007f19ec
1 changed files with 11 additions and 11 deletions
|
@ -269,7 +269,7 @@ class SBoNetwork(object):
|
||||||
print("| Package {0} {1} {2} {3}".format(self.prgnam, self.red,
|
print("| Package {0} {1} {2} {3}".format(self.prgnam, self.red,
|
||||||
self.FAULT, self.endc))
|
self.FAULT, self.endc))
|
||||||
self.msg.template(78)
|
self.msg.template(78)
|
||||||
raise SystemExit()
|
else:
|
||||||
sources = []
|
sources = []
|
||||||
if not os.path.exists(self.meta.build_path):
|
if not os.path.exists(self.meta.build_path):
|
||||||
os.makedirs(self.meta.build_path)
|
os.makedirs(self.meta.build_path)
|
||||||
|
|
Loading…
Reference in a new issue