From 64f2cf15361716e20cd3ff9c6c6f4f683fff296a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 12 Mar 2022 17:07:09 +0100 Subject: [PATCH] libaccounts-glib: fix for meson 0.61 --- srcpkgs/libaccounts-glib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template index ad3a6e0621a..9b86ed45ed9 100644 --- a/srcpkgs/libaccounts-glib/template +++ b/srcpkgs/libaccounts-glib/template @@ -17,9 +17,9 @@ checksum=eebb1c6debfcf929efb388a0f28d8cc8ec9b32f273e4abe4224a33e5d299cd73 if [ "$CROSS_BUILD" ]; then # Remove docs. During install of package, it will try # to run target binary with host, which causes exec error - pre_build() { - vsed -e '/docs/d' -i meson.build - } + post_patch() { + vsed -e '/docs/d' -i meson.build + } fi libaccounts-glib-devel_package() {