Update php.sh

This commit is contained in:
Daniil Gentili 2017-07-23 17:12:34 +02:00 committed by GitHub
parent 2295350a93
commit bfaa203020

2
php.sh
View File

@ -29,6 +29,8 @@ make -j 16
make install make install
cp -a /etc/php7ts/* /usr/ cp -a /etc/php7ts/* /usr/
[ ! -d $PHP_DIRECTORY/conf.d ] && mkdir $PHP_DIRECTORY/conf.d
if [ -d ../pthreads/ ]; then if [ -d ../pthreads/ ]; then
rm -rf ../pthreads rm -rf ../pthreads
fi fi