build-distro: rename deploy() to move_iso()

parent bd5b4fca
......@@ -121,13 +121,13 @@ makebuild() {
DFILENAME+="-x86_64.iso"
deploy
move_iso
# Отмена временного коммита после завершения сборки
revert_temp_commit
}
deploy() {
move_iso() {
find "$TMP"/out/ -type l -exec rm {} +
mv -vf "$TMP"/out/ximper-*.iso "$VMDIR"/"$DFILENAME"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment