Skip to content

Commit

Permalink
dev-vcs/gitg: Fix installing without "python3" symlink
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/830284
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 30, 2021
1 parent a6bf802 commit fe73f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-vcs/gitg/gitg-41.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit fe73f4e

Please sign in to comment.