commit:     ffb8a42bd5573fdd89e00eb8627326ffc2b8d844
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 01:41:24 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 01:45:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb8a42b

games-board/awale: workaround install race condition

Lazy fix given this is only during install and upstream is dead.

Closes: https://bugs.gentoo.org/799107
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-board/awale/awale-1.6.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-board/awale/awale-1.6.ebuild 
b/games-board/awale/awale-1.6.ebuild
index 4261d41fc69..45ed1e481f4 100644
--- a/games-board/awale/awale-1.6.ebuild
+++ b/games-board/awale/awale-1.6.ebuild
@@ -18,7 +18,7 @@ RDEPEND="gui? ( dev-lang/tk )"
 
 src_install() {
        if use gui; then
-               default
+               emake -j1 DESTDIR="${D}" install #799107
 
                fperms +x /usr/share/${PN}/xawale.tcl
 
@@ -29,6 +29,7 @@ src_install() {
        else
                dobin src/awale
                doman man/awale.6
-               einstalldocs
        fi
+
+       einstalldocs
 }

Reply via email to