build-distro: inline move_iso into makebuild

parent f9520bb2
...@@ -105,10 +105,6 @@ makebuild() { ...@@ -105,10 +105,6 @@ makebuild() {
DFILENAME+="-x86_64.iso" DFILENAME+="-x86_64.iso"
move_iso
}
move_iso() {
find "$TMP"/out/ -type l -exec rm {} + find "$TMP"/out/ -type l -exec rm {} +
mv -vf "$TMP"/out/ximper-*.iso "$VMDIR"/"$DFILENAME" 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