diff options
author | Sam James <sam@gentoo.org> | 2021-02-28 22:37:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-28 23:04:33 +0000 |
commit | 343b3abeab63a4c2f02bffe46d251a5ffcffe1ab (patch) | |
tree | d4d2f7935e1989ddd50ba4ebba5a2acf05ea72c8 /games-strategy | |
parent | games-strategy/0ad: update formatting for asset generation (diff) | |
download | gentoo-343b3abeab63a4c2f02bffe46d251a5ffcffe1ab.tar.gz gentoo-343b3abeab63a4c2f02bffe46d251a5ffcffe1ab.tar.bz2 gentoo-343b3abeab63a4c2f02bffe46d251a5ffcffe1ab.zip |
games-strategy/0ad: minor style
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index d3e3cac51277..2c02a47343bd 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -128,7 +128,8 @@ src_configure() { --outpath="../workspaces/gcc/" \ --os=linux \ "${myconf[@]}" \ - gmake2 || die "Premake failed" + gmake2 \ + || die "Premake failed" } src_compile() { @@ -200,7 +201,7 @@ src_compile() { src_test() { cd binaries/system || die - ./test -libdir "${S}/binaries/system" || die "test phase failed" + ./test -libdir "${S}/binaries/system" || die "Failed tests" } src_install() { |