From d73ebac7583db78fbf619e924175085d169f0a96 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 27 Jul 2022 15:56:52 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/74/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 755a47670..932a2d965 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -66,7 +66,7 @@ ZIP_OPTION='--with-zip' libzip_version=`pkg-config libzip --modversion` -if [ `echo "$libzip_version < 0.11"|bc` -eq 1 ];then +if [ `echo "$libzip_version >= 0.11"|bc` -eq 1 ];then ZIP_OPTION="--with-zip=${serverPath}/lib/libzip" fi