app-misc/minder: fix build issue with python-exec[-native-symlinks]

Closes: https://bugs.gentoo.org/871687
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-03-14 12:20:09 +01:00
parent d7682d7c63
commit 1473e84224

View File

@@ -32,6 +32,9 @@ S="${WORKDIR}/Minder-${PV}"
src_prepare() {
default
vala_setup
# Workaround for #871687
sed -i "s/meson.add_install_script('meson\/post_install.py')//g" meson.build || die
}
pkg_postinst() {