Update
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
671025babf
commit
2e32a9efb7
|
@ -45,6 +45,15 @@ class BuildXfce:
|
|||
|
||||
def run_build(self):
|
||||
""" Run and start the build process"""
|
||||
current_working_directory = os.getcwd()
|
||||
print('=' * term_size.columns)
|
||||
print("INFO: Sevond Live Build init")
|
||||
print("INFO: Current working directory" +
|
||||
current_working_directory
|
||||
)
|
||||
print('=' * term_size.columns)
|
||||
lbsetup = conf.lbset_deb64
|
||||
os.system(lbsetup)
|
||||
run_cmd = 'sudo lb build'
|
||||
current_working_directory = os.getcwd()
|
||||
os.chdir(HOME_FOLDER + FUSATO_ROOT)
|
||||
|
|
Loading…
Reference in New Issue