php8.1-apcu: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
b9534ba3f4
commit
5727d44d4f
|
@ -15,6 +15,10 @@ homepage="https://pecl.php.net/package/APCu"
|
|||
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
||||
checksum=1033530448696ee7cadec85050f6df5135fb1330072ef2a74569392acfecfbc1
|
||||
|
||||
post_extract() {
|
||||
mv apcu-$version/* .
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
phpize8.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue