diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:25:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:08 +0100 |
commit | cc5aa6461b78b315a8b9598d534e87ffbf1b9b06 (patch) | |
tree | c2ce764049941f8b9d2633c1989a6261734f4eea /games-fps/serious-sam-tse | |
parent | games-arcade/dynamitejack: fix src_prepare (diff) | |
download | gentoo-cc5aa6461b78b315a8b9598d534e87ffbf1b9b06.tar.gz gentoo-cc5aa6461b78b315a8b9598d534e87ffbf1b9b06.tar.bz2 gentoo-cc5aa6461b78b315a8b9598d534e87ffbf1b9b06.zip |
games-fps/serious-sam-tse: fix src_prepare
Don't shout! I don't own this game, so testing only got as
far as pkg_nofetch, unfortunately. Luckily, changes were
only to do with EAPI + games.eclass, so *should* be okay.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps/serious-sam-tse')
-rw-r--r-- | games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild index 0a0dc429f256..cec0725099f6 100644 --- a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild +++ b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -64,6 +64,8 @@ src_unpack() { } src_prepare() { + default + # Switch to dynamic executable - runs at sane speeds on modern hardware sed -i -e 's;exec "./ssam_lnx";exec "./ssam_lnx.dynamic";' bin/${MY_PN} \ || die "dynamic binary update failed" |