diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 03:17:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:17:28 +0100 |
commit | 14401087fa36cd458d00f7e1738d6715ba8f1e17 (patch) | |
tree | 129ee96556a1507074e90ea99a89b41b586e67a1 /games-action | |
parent | games-action/rrootage: eutils-- (diff) | |
download | gentoo-14401087fa36cd458d00f7e1738d6715ba8f1e17.tar.gz gentoo-14401087fa36cd458d00f7e1738d6715ba8f1e17.tar.bz2 gentoo-14401087fa36cd458d00f7e1738d6715ba8f1e17.zip |
games-action/shadowgrounds-bin: drop superfluous die
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild index 58f4129b9c57..90a1666c8a04 100644 --- a/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild +++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-0_p1-r1.ebuild @@ -54,7 +54,7 @@ src_install() { for b in bin launcher ; do bb="shadowgrounds-${b}" exeinto ${d} - newexe ${bb} ${bb} || die + newexe ${bb} ${bb} make_wrapper ${bb} "./${bb}" "${d}" make_desktop_entry ${bb} "Shadowgrounds ${b}" Shadowgrounds |