Update gd.sh

pull/500/head
midoks 2 years ago
parent 0cfd2fc971
commit d36df7b24c
  1. 4
      plugins/php/versions/common/gd.sh

@ -82,6 +82,10 @@ Install_lib()
make clean && make && make install && make clean
if [ ! -d $sourcePath/php${version} ];then
cd ${sourcePath} && rm -rf $sourcePath/php${version}
fi
fi

Loading…
Cancel
Save