macos-setup: fix the name of the -done file for Minizip.

It's minizip-$installed_minizip_version-done, not
zlib-$installed_minizip_version-done; the tarball is
zlib-$installed_minizip_version.tar.gz, because it's a contributed file
in the zlib package, but we don't use zlib in the name of the -done
file.

[skip ci]


(cherry picked from commit 0cdbdcc5a4)
This commit is contained in:
Guy Harris 2020-12-19 07:45:28 +00:00
parent ffb049f040
commit f647aebf86
1 changed files with 1 additions and 1 deletions

View File

@ -1951,7 +1951,7 @@ uninstall_minizip() {
make distclean || exit 1
cd ../../..
rm zlib-$installed_minizip_version-done
rm minizip-$installed_minizip_version-done
if [ "$#" -eq 1 ] && [ "$1" = "-r" ] ; then
#