diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 07:27:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 07:31:14 +0100 |
commit | e1d282bdd57c0e8fd903071e0d891fd80d7cc7bc (patch) | |
tree | 0dc4636eb4d3ab9c52940b8db8e29da1e3336b37 /games-strategy | |
parent | games-puzzle/tiny-and-big: fix src_prepare (diff) | |
download | gentoo-e1d282bdd57c0e8fd903071e0d891fd80d7cc7bc.tar.gz gentoo-e1d282bdd57c0e8fd903071e0d891fd80d7cc7bc.tar.bz2 gentoo-e1d282bdd57c0e8fd903071e0d891fd80d7cc7bc.zip |
games-strategy/ja2-stracciatella-data: 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-strategy')
-rw-r--r-- | games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild index b440da46393c..ccf6a75a48a4 100644 --- a/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild +++ b/games-strategy/ja2-stracciatella-data/ja2-stracciatella-data-1-r1.ebuild @@ -29,6 +29,8 @@ src_unpack() { src_prepare() { cd "${S}"/Ja2_Files/Data || die + default + local lower i # convert to lowercase find . \( -iname "*.jsd" -o -iname "*.wav" -o -iname "*.sti" -o -iname "*.slf" \) \ |