Testing: Bubbles Mods
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
f0ce2b9889
commit
ea052d3ecb
|
@ -80,7 +80,7 @@ class BuildXfce:
|
|||
lbsetup = "conf.LBSET_" + self.sbase.upper() + self.sarch[1:]
|
||||
os.system(lbsetup)
|
||||
elif self.sarch[1:] == "arm":
|
||||
lbsetup = "conf.LBSET_" + self.sbase.upper()nasno + self.sarch[1:]
|
||||
lbsetup = "conf.LBSET_" + self.sbase.upper() + self.sarch[1:]
|
||||
os.system(lbsetup)
|
||||
else:
|
||||
lbsetup = None
|
||||
|
|
Loading…
Reference in New Issue