diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:26:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:10 +0100 |
commit | a6445d686f642c566a6425910b3a6a508d92aaa1 (patch) | |
tree | 454c6c57f643e6f811845e95813292790c3e6313 /games-misc/papers-please | |
parent | games-misc/little-inferno: fix src_prepare (diff) | |
download | gentoo-a6445d686f642c566a6425910b3a6a508d92aaa1.tar.gz gentoo-a6445d686f642c566a6425910b3a6a508d92aaa1.tar.bz2 gentoo-a6445d686f642c566a6425910b3a6a508d92aaa1.zip |
games-misc/papers-please: 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-misc/papers-please')
-rw-r--r-- | games-misc/papers-please/papers-please-1.1.65.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild index 59cdcab89c93..ec28d2a4a6d6 100644 --- a/games-misc/papers-please/papers-please-1.1.65.ebuild +++ b/games-misc/papers-please/papers-please-1.1.65.ebuild @@ -48,6 +48,8 @@ pkg_nofetch() { } src_prepare() { + default + rm -v launch.sh LICENSE || die mv README "${T}"/README || die } |