pkg(php-8.0.2): update to match

This commit is contained in:
Thomas Hobson 2021-03-06 19:43:09 +13:00
parent 3a1e99436a
commit 9214903061
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
3 changed files with 2 additions and 3 deletions

View File

@ -15,6 +15,6 @@ make -j$(nproc)
INSTALL_ROOT=build/tmp make install -j$(nproc)
mv build/tmp/piston/packages/php/8.0.2/php-8.0.2 ../../output
mv build/tmp/piston/packages/php/8.0.2/php-8.0.2 ../../php-8.0.2

View File

@ -1 +1 @@
export PATH=$PWD/bin:$PATH
export PATH=$PWD/php-8.0.2/bin:$PATH

View File

@ -2,6 +2,5 @@
"language": "php",
"version": "8.0.2",
"author": "Martin Kos <martinkos007@gmail.com>",
"dependencies": {},
"aliases": ["php8","html"]
}