From 0f1896dd613df825a25062c76da37284225afc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 8 Nov 2022 23:17:06 +0700 Subject: [PATCH] php8.0-ast: move files up 1 level since php put a package.xml in top-level --- srcpkgs/php8.0-ast/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/php8.0-ast/template b/srcpkgs/php8.0-ast/template index 1b1c437c2e8..1464394b938 100644 --- a/srcpkgs/php8.0-ast/template +++ b/srcpkgs/php8.0-ast/template @@ -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.0 }