Testing: Deb 64 Bubbles mod
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
fde0d64dd4
commit
794e4036db
|
@ -76,7 +76,7 @@ class BuildXfce:
|
||||||
dir_current = "Current working directory" + current_working_directory
|
dir_current = "Current working directory" + current_working_directory
|
||||||
logger.info("Building a " + self.sbase + self.sarch[1:] + " bit ISO")
|
logger.info("Building a " + self.sbase + self.sarch[1:] + " bit ISO")
|
||||||
logger.info(dir_current)
|
logger.info(dir_current)
|
||||||
|
bit_arch = self.sarch[1:]
|
||||||
# Start with the XFCE stuff
|
# Start with the XFCE stuff
|
||||||
if bit_arch == 64:
|
if bit_arch == 64:
|
||||||
cmd_list = collections.deque(conf.build64_xfce_build)
|
cmd_list = collections.deque(conf.build64_xfce_build)
|
||||||
|
@ -101,7 +101,6 @@ class BuildXfce:
|
||||||
logger.info(START_LIVEBUILD)
|
logger.info(START_LIVEBUILD)
|
||||||
logger.info(dir_current)
|
logger.info(dir_current)
|
||||||
# Set the config tree
|
# Set the config tree
|
||||||
bit_arch = self.sarch[1:]
|
|
||||||
if bit_arch == 64:
|
if bit_arch == 64:
|
||||||
lbsetup = conf.LBSET_DEB64
|
lbsetup = conf.LBSET_DEB64
|
||||||
os.system(lbsetup)
|
os.system(lbsetup)
|
||||||
|
|
Loading…
Reference in New Issue