Remove unnecessary script copy

This commit is contained in:
Dylan K. Taylor 2021-05-10 17:55:27 +01:00
parent 5116e11cea
commit e648f1c91e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -23,4 +23,3 @@ cd php-build
echo '"pthreads",,"https://github.com/pmmp/pthreads.git",,,"extension",' >> share/php-build/extension/definition
PHP_BUILD_INSTALL_EXTENSION='pthreads=@acc6e52b2144c61c434b62a3cb680d537e06828e yaml=2.2.1' PHP_BUILD_ZTS_ENABLE=on ./bin/php-build "$VERSION" "$INSTALL_DIR" || exit 1
rm "$INSTALL_DIR/etc/conf.d/xdebug.ini" || true
cp install-dependencies.sh "$INSTALL_DIR"