diff --git a/php.sh b/php.sh index 9c99fc9..c32f1ad 100644 --- a/php.sh +++ b/php.sh @@ -29,6 +29,8 @@ make -j 16 make install cp -a /etc/php7ts/* /usr/ +[ ! -d $PHP_DIRECTORY/conf.d ] && mkdir $PHP_DIRECTORY/conf.d + if [ -d ../pthreads/ ]; then rm -rf ../pthreads fi