mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(php.net)
ref: https://github.com/orgs/pkgxdev/discussions/839#discussioncomment-7463911
This commit is contained in:
parent
2ced37bd77
commit
580b647bd3
|
@ -62,6 +62,13 @@ build:
|
||||||
php-config \
|
php-config \
|
||||||
phpize
|
phpize
|
||||||
rm php-config.bak phpize.bak
|
rm php-config.bak phpize.bak
|
||||||
|
|
||||||
|
fix-shebangs.ts "{{prefix}}/bin/phar"
|
||||||
|
|
||||||
|
sed -i.bak \
|
||||||
|
-e's|{{prefix}}|$(dirname "$(dirname "$0")")|g' \
|
||||||
|
pear peardev pecl
|
||||||
|
rm pear.bak peardev.bak pecl.bak
|
||||||
working-directory: ${{prefix}}/bin
|
working-directory: ${{prefix}}/bin
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
|
|
Loading…
Reference in a new issue