updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
aaf9142e82
commit
4fbbc85bd1
|
@ -172,21 +172,21 @@ shared_setup_cmds = ('lbinit',
|
|||
'copy_files_specified.set_symlinks',
|
||||
)
|
||||
|
||||
shared_run_build('run_build',
|
||||
'finish_cleanup.make_check_sum',
|
||||
'finish_cleanup.copy_iso_file_nightly_deb64',
|
||||
'finish_cleanup.copy_iso_file_prod_deb64',
|
||||
'finish_cleanup.kill_old_iso'
|
||||
)
|
||||
shared_run_build = ('run_build',
|
||||
'finish_cleanup.make_check_sum',
|
||||
'finish_cleanup.copy_iso_file_nightly_deb64',
|
||||
'finish_cleanup.copy_iso_file_prod_deb64',
|
||||
'finish_cleanup.kill_old_iso'
|
||||
)
|
||||
|
||||
deb_64_cmds= ('inflate_bubble.set_system_packages_64',
|
||||
'inflate_bubble.set_binary_packages_64',
|
||||
'copy_deb64_specific',
|
||||
)
|
||||
deb_64_cmds = ('inflate_bubble.set_system_packages_64',
|
||||
'inflate_bubble.set_binary_packages_64',
|
||||
'copy_deb64_specific',
|
||||
)
|
||||
|
||||
### Inflate bubble section
|
||||
|
||||
env_list =('xfce4')
|
||||
env_list = ('xfce4')
|
||||
|
||||
|
||||
desktop_list = ('mousepad\n'
|
||||
|
|
Loading…
Reference in New Issue