Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-25 13:36:45 +09:00
parent b909b00974
commit 98da756482
1 changed files with 6 additions and 2 deletions

View File

@ -41,10 +41,14 @@ class BuildXfce:
else:
print("No base has been found")
#def run_build(self):
def run_build(self):
""" Run and start the build process"""
# run_cmd = 'sudo lb build'
# os.chdir(HOME_FOLDER + FUSATO_ROOT)
current_working_directory = os.getcwd()
os.chdir(HOME_FOLDER + FUSATO_ROOT)
print("CurrenD -" + current_working_directory)
# os.system(run_cmd)