Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-05 21:18:34 +09:00
parent 58b28d489d
commit 77d92e1b57
1 changed files with 5 additions and 3 deletions

View File

@ -64,6 +64,10 @@ def copy_deb64_specific():
WP_CHROOT + e
)
def buldeme():
cmd_q = collections.deque(conf.cmd_deb64_q)
cmd_q.popleft()
def run_build():
""" Run and start the build"""
@ -79,12 +83,10 @@ def readybuild():
os.system(rm_cmd)
os.makedirs('fusato')
lbinit()
cmd_q = collections.deque(conf.cmd_deb64_q)
cmd_q.popleft()
else:
os.makedirs('fusato')
lbinit()
cmd_q.popleft()