Update install.sh

This commit is contained in:
midoks 2022-07-27 15:38:12 +08:00
parent a34bea53de
commit 6a14554ee9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ echo "$sourcePath/php/php${PHP_VER}"
ZIP_OPTION='--with-zip'
libzip_version=`pkg-config libzip --modversion`
if [ "$libzip_version" -lt "0.10.1" ];then
if [ "$libzip_version" -le "0.10.1" ];then
ZIP_OPTION="--with-zip=${serverPath}/lib/libzip"
fi