Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-09 20:39:53 +09:00
parent aaf9142e82
commit 4fbbc85bd1
1 changed files with 11 additions and 11 deletions

View File

@ -172,21 +172,21 @@ shared_setup_cmds = ('lbinit',
'copy_files_specified.set_symlinks', 'copy_files_specified.set_symlinks',
) )
shared_run_build('run_build', shared_run_build = ('run_build',
'finish_cleanup.make_check_sum', 'finish_cleanup.make_check_sum',
'finish_cleanup.copy_iso_file_nightly_deb64', 'finish_cleanup.copy_iso_file_nightly_deb64',
'finish_cleanup.copy_iso_file_prod_deb64', 'finish_cleanup.copy_iso_file_prod_deb64',
'finish_cleanup.kill_old_iso' 'finish_cleanup.kill_old_iso'
) )
deb_64_cmds= ('inflate_bubble.set_system_packages_64', deb_64_cmds = ('inflate_bubble.set_system_packages_64',
'inflate_bubble.set_binary_packages_64', 'inflate_bubble.set_binary_packages_64',
'copy_deb64_specific', 'copy_deb64_specific',
) )
### Inflate bubble section ### Inflate bubble section
env_list =('xfce4') env_list = ('xfce4')
desktop_list = ('mousepad\n' desktop_list = ('mousepad\n'