Skip to content

Commit

Permalink
sys-apps/tuned: fix wrong python shebang error
Browse files Browse the repository at this point in the history
thanks Ionen Wolkens for reporting

Closes: https://bugs.gentoo.org/768411
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
dlan17 committed Feb 3, 2021
1 parent 69e15b2 commit 74296c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ src_prepare() {
default

sed -i \
-e "/^PYTHON/s:/usr/bin/python3:${EPYTHON}:" \
-e "/^PYTHON/s:/usr/bin/python3:${EPREFIX}/usr/bin/${EPYTHON}:" \
-e "/^export DOCDIR/s/$/&\-\$(VERSION)/g" \
-e "/\$(DESTDIR)\/run\/tuned/d" \
-e "/\$(DESTDIR)\/var\/lib\/tuned/d" \
Expand Down

0 comments on commit 74296c3

Please sign in to comment.