diff --git a/mp-build/scripts/mp-build.sh b/mp-build/scripts/mp-build.sh index 517ced5..f234762 100755 --- a/mp-build/scripts/mp-build.sh +++ b/mp-build/scripts/mp-build.sh @@ -448,7 +448,7 @@ info "Cleaning the root directory" rm -rf "${rootpath}" # move archive to out directory -if [ "$(realpath "${distpath}/${archive}")" != "$(realpath "${outpath}")" ]; then +if [ "$(realpath "${distpath}")" != "$(realpath "${outpath}")" ]; then mv "${distpath}/${archive}" "${outpath}" 2> /dev/null check_ret "Failed to move the archive to the output directory" fi