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