Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
b909b00974
commit
98da756482
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue