Testing: Deb 64 Bubbles mod

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-29 19:40:53 +09:00
parent fde0d64dd4
commit 794e4036db
1 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class BuildXfce:
dir_current = "Current working directory" + current_working_directory
logger.info("Building a " + self.sbase + self.sarch[1:] + " bit ISO")
logger.info(dir_current)
bit_arch = self.sarch[1:]
# Start with the XFCE stuff
if bit_arch == 64:
cmd_list = collections.deque(conf.build64_xfce_build)
@ -101,7 +101,6 @@ class BuildXfce:
logger.info(START_LIVEBUILD)
logger.info(dir_current)
# Set the config tree
bit_arch = self.sarch[1:]
if bit_arch == 64:
lbsetup = conf.LBSET_DEB64
os.system(lbsetup)