diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-08 09:11:46 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-08 09:11:58 -0500 |
commit | d4b5f6d3728cd58098c7cdbc062b30493f2d2987 (patch) | |
tree | 6fb0fa11dc3a7221b99b6f3bd0739db1ed13140b /dev-util/gtk-doc | |
parent | app-text/po4a: drop old (diff) | |
download | gentoo-d4b5f6d3728cd58098c7cdbc062b30493f2d2987.tar.gz gentoo-d4b5f6d3728cd58098c7cdbc062b30493f2d2987.tar.bz2 gentoo-d4b5f6d3728cd58098c7cdbc062b30493f2d2987.zip |
dev-util/gtk-doc: More shebang fixing
Bug: https://bugs.gentoo.org/758770
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.33.1-r3.ebuild (renamed from dev-util/gtk-doc/gtk-doc-1.33.1-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.33.1-r2.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.1-r3.ebuild index 6bf9e35bbd9a..44f172a60df3 100644 --- a/dev-util/gtk-doc/gtk-doc-1.33.1-r2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.33.1-r3.ebuild @@ -81,8 +81,8 @@ src_install() { # The meson build system configures the shebangs to the temporary python # used during the build. We need to fix it. - sed -i -e 's:^#!.*:#!/usr/bin/env python3:' "${ED}"/usr/bin/* || die - python_fix_shebang "${ED}"/usr/bin/* + sed -i -e 's:^#!.*python3:#!/usr/bin/env python3:' "${ED}"/usr/bin/* || die + python_fix_shebang "${ED}"/usr/bin # Don't install this file, it's in gtk-doc-am now rm "${ED}"/usr/share/aclocal/gtk-doc.m4 || die "failed to remove gtk-doc.m4" |