games-emulation/advancemame: Work around parallel install bug with -j1

I'll try to fix it properly later.

Bug: https://bugs.gentoo.org/665770
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2020-04-29 11:08:15 +01:00
parent 4afede92da
commit 33e06e748d

View File

@@ -80,7 +80,7 @@ src_compile() {
}
src_install() {
emake install \
emake -j1 install \
VERSION="${PV}" \
DESTDIR="${D}"
}