summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-30 11:38:45 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-30 11:50:56 +0100
commitfe73f4ebb773001b97eff445398f2e4bf1d5775c (patch)
treefb277953d18711d00399639a5d07d6bbb0fe8b8e /dev-vcs
parentdev-python/hypothesis: Remove accidental pytest_mock use (diff)
downloadgentoo-fe73f4ebb773001b97eff445398f2e4bf1d5775c.tar.gz
gentoo-fe73f4ebb773001b97eff445398f2e4bf1d5775c.tar.bz2
gentoo-fe73f4ebb773001b97eff445398f2e4bf1d5775c.zip
dev-vcs/gitg: Fix installing without "python3" symlink
Closes: https://bugs.gentoo.org/830284 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitg/gitg-41.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
index 71351bd2d1d9..37bca5db740d 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -52,6 +52,10 @@ src_prepare() {
default
vala_src_prepare
xdg_environment_reset
+
+ # it doesn't do anything in DESTDIR mode, except for failing
+ # when python3 symlink is not present
+ echo "#!/bin/sh" > meson_post_install.py || die
}
src_configure() {