diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:24:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:05 +0100 |
commit | 1bdcb2e5caf129b7842085d35ecd0f2ff86c1503 (patch) | |
tree | 608ab8c1134999bc0f30006fb247ad7c830f8158 /games-action | |
parent | games-action/minetest: add whitespace (diff) | |
download | gentoo-1bdcb2e5caf129b7842085d35ecd0f2ff86c1503.tar.gz gentoo-1bdcb2e5caf129b7842085d35ecd0f2ff86c1503.tar.bz2 gentoo-1bdcb2e5caf129b7842085d35ecd0f2ff86c1503.zip |
games-action/solar2: 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-action')
-rw-r--r-- | games-action/solar2/solar2-1.10-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-action/solar2/solar2-1.10-r1.ebuild b/games-action/solar2/solar2-1.10-r1.ebuild index 3a6de3fa920b..1d32c61c8bba 100644 --- a/games-action/solar2/solar2-1.10-r1.ebuild +++ b/games-action/solar2/solar2-1.10-r1.ebuild @@ -65,6 +65,8 @@ pkg_nofetch() { } src_prepare() { + default + # remove unused files rm solar2.sh || die |