Update install.sh
This commit is contained in:
parent
b58d457742
commit
1826adf50e
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue