Testing: Bubbles Mods

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

View File

@ -74,13 +74,13 @@ class BuildXfce:
def lb_helper(self):
""" Helper for the lb setup"""
if self.sarch[1:] == "64":
lbsetup = "conf.LBSET_" + self.sbase.upper() + self.sarch[1:]
lbsetup = "conf.LBSET_DEB64"
os.system(lbsetup)
elif self.sarch[1:] == "32":
lbsetup = "conf.LBSET_" + self.sbase.upper() + self.sarch[1:]
lbsetup = "conf.LBSET_DEB32"
os.system(lbsetup)
elif self.sarch[1:] == "arm":
lbsetup = "conf.LBSET_" + self.sbase.upper() + self.sarch[1:]
lbsetup = "conf.LBSET_DEBARM
os.system(lbsetup)
else:
lbsetup = None
@ -820,4 +820,4 @@ class Decsions:
"desktop environment!!")
Decsions()
#Decsions()