Update zip.sh

pull/449/head
midoks 2 years ago
parent 5edc4fb713
commit 3d888961bc
  1. 5
      plugins/php/versions/common/zip.sh

@ -40,6 +40,10 @@ else
BAK=''
fi
if [ ! -d $serverPath/lib/libzip ];then
cd ${rootPath}/plugins/php/lib && /bin/bash libzip.sh
fi
export PKG_CONFIG_PATH=/www/server/lib/libzip/lib/pkgconfig
Install_lib()
@ -51,6 +55,7 @@ Install_lib()
return
fi
if [ ! -f "$extFile" ];then
if [ ! -d $sourcePath/php${version}/ext ];then

Loading…
Cancel
Save