Testing: Bubbles mods

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-29 21:29:57 +09:00
parent 030efbe50b
commit b7dfadd810
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class BuildXfce:
lbsetup = "conf.LBSET_DEB32"
os.system(lbsetup)
elif self.sarch[1:] == "arm":
lbsetup = "conf.LBSET_DEBARM
lbsetup = "conf.LBSET_DEBARM"
os.system(lbsetup)
else:
lbsetup = None