update conf.py
This commit is contained in:
parent
2c29b394df
commit
e08d8b9ea5
|
@ -208,7 +208,7 @@ class BuildLoadedxfce(BuildBase):
|
||||||
cmd_list = None
|
cmd_list = None
|
||||||
if self.sbase in ["deb", "dev"]:
|
if self.sbase in ["deb", "dev"]:
|
||||||
if arch_suffix in ["64"]:
|
if arch_suffix in ["64"]:
|
||||||
os.system(f'touch {self.sbase.upper()}.{arch_suffix}opb')
|
os.system(f'touch {self.sbase.upper()}.{arch_suffix}loadxf')
|
||||||
if arch_suffix in ["64"]:
|
if arch_suffix in ["64"]:
|
||||||
cmd_list = getattr(conf, f"build{arch_suffix}_loaded_xfce_build", [])
|
cmd_list = getattr(conf, f"build{arch_suffix}_loaded_xfce_build", [])
|
||||||
for command in cmd_list:
|
for command in cmd_list:
|
||||||
|
|
|
@ -108,10 +108,10 @@ buildarm_opb_build = (shared_setup_cmds + setup_opb_cmds +
|
||||||
)
|
)
|
||||||
|
|
||||||
#Xfce_loaded
|
#Xfce_loaded
|
||||||
build_loadedxfce_build = (shared_setup_cmds + setup_loadedxfce_cmds +
|
build64_loadedxf_build = (shared_setup_cmds + setup_loadedxf_cmds +
|
||||||
setup_chroot_grub_64 + setup_binary_grub_64 +
|
setup_chroot_grub_64 + setup_binary_grub_64 +
|
||||||
setup_fw_64_32
|
setup_fw_64_32
|
||||||
)
|
)
|
||||||
|
|
||||||
### Inflate bubble section
|
### Inflate bubble section
|
||||||
# Packages that are to be installed as needed per Desktop
|
# Packages that are to be installed as needed per Desktop
|
||||||
|
|
Loading…
Reference in New Issue