mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fixed for main packages
This commit is contained in:
parent
eb7d141ac5
commit
1e78d8e5bc
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Slackbuilds:
|
||||||
|
|
||||||
def creating_main_for_build(self):
|
def creating_main_for_build(self):
|
||||||
""" List with the main slackbuilds. """
|
""" List with the main slackbuilds. """
|
||||||
[self.install_order.append(main) for main in self.sbos.keys()]
|
[self.install_order.append(main) for main in self.sbos.keys() if main not in self.install_order]
|
||||||
|
|
||||||
def view_before_build(self):
|
def view_before_build(self):
|
||||||
""" View slackbuilds before proceed. """
|
""" View slackbuilds before proceed. """
|
||||||
|
|
Loading…
Reference in a new issue