Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-27 16:44:11 +09:00
parent ec49c515a7
commit 68b2c54de2
1 changed files with 5 additions and 5 deletions

View File

@ -45,13 +45,13 @@ class BuildXfce:
def run_build(self):
""" Run and start the build process"""
# run_cmd = 'sudo lb build'
run_cmd = 'sudo lb build'
current_working_directory = os.getcwd()
os.chdir(HOME_FOLDER + FUSATO_ROOT)
# os.system(run_cmd)
print("INFO: Current working directory" +
current_working_directory
)
os.system(run_cmd)
def debian_build(self):