pull/500/head
midoks 2 years ago
parent d36df7b24c
commit 817e7607e5
  1. 2
      plugins/php/versions/common/gd.sh
  2. 3
      plugins/php/versions/common/gd_old.sh

@ -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
make clean && make && make install && make clean
if [ -d $sourcePath/php${version} ];then
cd ${sourcePath} && rm -rf $sourcePath/php${version}
fi
fi
if [ ! -f "$extFile" ];then

Loading…
Cancel
Save