updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
732424ad2e
commit
cab53977aa
|
@ -46,12 +46,12 @@ class BuildXfce:
|
||||||
def run_build(self):
|
def run_build(self):
|
||||||
""" Run and start the build process"""
|
""" Run and start the build process"""
|
||||||
current_working_directory = os.getcwd()
|
current_working_directory = os.getcwd()
|
||||||
print('=' * term_size.columns)
|
print('.' * term_size.columns)
|
||||||
print("INFO: Start Building Process")
|
print("INFO: Start Live-Build Process")
|
||||||
print("INFO: Current working directory" +
|
print("INFO: Current working directory" +
|
||||||
current_working_directory
|
current_working_directory
|
||||||
)
|
)
|
||||||
print('=' * term_size.columns)
|
print('.' * term_size.columns)
|
||||||
lbsetup = conf.lbset_deb64
|
lbsetup = conf.lbset_deb64
|
||||||
os.system(lbsetup)
|
os.system(lbsetup)
|
||||||
run_cmd = 'sudo lb build'
|
run_cmd = 'sudo lb build'
|
||||||
|
|
Loading…
Reference in New Issue