mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-news/rssguard: fix parallel make issue in src_install
Closes: https://bugs.gentoo.org/760120 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/18679 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
155785b6b9
commit
e52880cfbd
@@ -55,5 +55,5 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install INSTALL_ROOT="${D}"
|
||||
emake -j1 install INSTALL_ROOT="${D}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user