diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:26:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:11 +0100 |
commit | 5584eb92a357f44bc08ad031c5df33c3b96e262d (patch) | |
tree | 46f3bcfe571eba9a54715c734675d34227c1d445 /games-puzzle | |
parent | games-misc/papers-please: fix src_prepare (diff) | |
download | gentoo-5584eb92a357f44bc08ad031c5df33c3b96e262d.tar.gz gentoo-5584eb92a357f44bc08ad031c5df33c3b96e262d.tar.bz2 gentoo-5584eb92a357f44bc08ad031c5df33c3b96e262d.zip |
games-puzzle/nightsky: 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-puzzle')
-rw-r--r-- | games-puzzle/nightsky/nightsky-20111222-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild index 40531c825899..f74d7895b84c 100644 --- a/games-puzzle/nightsky/nightsky-20111222-r1.ebuild +++ b/games-puzzle/nightsky/nightsky-20111222-r1.ebuild @@ -47,6 +47,8 @@ pkg_nofetch() { } src_prepare() { + default + einfo "Removing ${ARCH} unrelated files..." rm -v NightSkyHD$(usex amd64 "" "_64") || die rm -rv lib$(usex amd64 "" "64") || die |