commit:     88926bcb350f23d5660d3430cc5517326f3cb33c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 22:55:50 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 00:08:48 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=88926bcb

gkbuilds/thin-provisioning-tools: Add -j1 to avoid parallel install problem

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gkbuilds/thin-provisioning-tools.gkbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gkbuilds/thin-provisioning-tools.gkbuild 
b/gkbuilds/thin-provisioning-tools.gkbuild
index 64500c9..3091202 100644
--- a/gkbuilds/thin-provisioning-tools.gkbuild
+++ b/gkbuilds/thin-provisioning-tools.gkbuild
@@ -23,6 +23,7 @@ src_compile() {
 
 src_install() {
        local MYMAKEOPTS=( "DESTDIR=${D}" )
+       MYMAKEOPTS+=( -j1 )
        MYMAKEOPTS+=( "DATADIR=${D}/usr/share" )
        MYMAKEOPTS+=( "install" )
 

Reply via email to