Update install.sh

This commit is contained in:
Mr Chen 2024-11-04 01:21:17 +08:00
parent b58d457742
commit 1826adf50e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ echo "$sourcePath/php/php${PHP_VER}"
if [ ! -d $serverPath/php/${PHP_VER} ];then
cd $sourcePath/php/php${PHP_VER}
./buildconf --force
# ./buildconf --force
./configure \
--prefix=$serverPath/php/${PHP_VER} \
--exec-prefix=$serverPath/php/${PHP_VER} \