diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-30 11:38:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-30 11:50:56 +0100 |
commit | fe73f4ebb773001b97eff445398f2e4bf1d5775c (patch) | |
tree | fb277953d18711d00399639a5d07d6bbb0fe8b8e /dev-vcs/gitg | |
parent | dev-python/hypothesis: Remove accidental pytest_mock use (diff) | |
download | gentoo-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/gitg')
-rw-r--r-- | dev-vcs/gitg/gitg-41.ebuild | 4 |
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() { |