pkg(php-8.0.2): update to match
This commit is contained in:
parent
3a1e99436a
commit
9214903061
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
export PATH=$PWD/bin:$PATH
|
||||
export PATH=$PWD/php-8.0.2/bin:$PATH
|
|
@ -2,6 +2,5 @@
|
|||
"language": "php",
|
||||
"version": "8.0.2",
|
||||
"author": "Martin Kos <martinkos007@gmail.com>",
|
||||
"dependencies": {},
|
||||
"aliases": ["php8","html"]
|
||||
}
|
Loading…
Reference in New Issue