* Script work is brought into better focus * New layout will be used to better package the python scripts * No hidden folders (they will be hidden at build time) * All building should be done under setup/ * Avoids ambiguous .bin/.cbin folders at root of project
5 lines
192 B
Text
5 lines
192 B
Text
rsync -aI "${script_path}/${install_dir}/" "${work_dir}/iso/${install_dir}/"
|
|
rm "${work_dir}/iso/EFI" -R
|
|
rm "${work_dir}/iso/loader" -R
|
|
rsync -aI "${script_path}/EFI/" "${work_dir}/iso/EFI/"
|
|
|