mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Load paths before executables.
This commit is contained in:
parent
468f1a22c8
commit
40116f03f0
@ -65,8 +65,8 @@ class Builder(object):
|
||||
self.setup_args()
|
||||
self.setup_system_paths()
|
||||
self.read_config()
|
||||
self.setup_executables()
|
||||
self.setup_paths()
|
||||
self.setup_executables()
|
||||
self.setup_extra()
|
||||
|
||||
def _print(self, text, *args):
|
||||
|
Loading…
Reference in New Issue
Block a user