Testing: Bubbles Mods
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
ea052d3ecb
commit
030efbe50b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue