mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
php8.1-ast: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
5727d44d4f
commit
4691b5cdfa
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
|||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||
make_check_pre="env NO_INTERACTION=1"
|
||||
|
||||
post_extract() {
|
||||
mv ast-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue