Skip to content

Commit

Permalink
Merge pull request #158 from SoftCreatR/patch-4
Browse files Browse the repository at this point in the history
Fixed zlib installation
  • Loading branch information
VirtuBox committed Apr 25, 2024
2 parents 865a92d + b9f6cbb commit ac9c64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,9 @@ _download_zlib() {
./configure --prefix=/usr/local/zlib-cf
else
echo "### downloading zlib latest ###"
rm -rf zlib
rm -rf zlib*
curl -sL http://zlib.net/current/zlib.tar.gz | /bin/tar zxf - -C "$DIR_SRC"
mv zlib-1.2.13 zlib
mv zlib* zlib
fi

} >>/tmp/nginx-ee.log 2>&1; then
Expand Down

0 comments on commit ac9c64f

Please sign in to comment.