@ -83,7 +83,7 @@ Install_lib()
make clean && make && make install && make clean
if [ ! -d $sourcePath/php${version} ];then
if [ -d $sourcePath/php${version} ];then
cd ${sourcePath} && rm -rf $sourcePath/php${version}
fi
@ -85,6 +85,9 @@ Install_lib()
# --enable-gd-native-ttf
if [ ! -f "$extFile" ];then