Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-27 19:50:33 +09:00
parent 671025babf
commit 2e32a9efb7
1 changed files with 9 additions and 0 deletions

View File

@ -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)