diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 23:55:50 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-14 01:08:48 +0100 |
commit | 88926bcb350f23d5660d3430cc5517326f3cb33c (patch) | |
tree | 8b09b8eea21fe86488c7cc83e2ad4dcb911de005 /gkbuilds | |
parent | gkbuild.sh: gkconf(): Update config.{guess,sub} with /usr/share/gnuconfig whe... (diff) | |
download | genkernel-88926bcb350f23d5660d3430cc5517326f3cb33c.tar.gz genkernel-88926bcb350f23d5660d3430cc5517326f3cb33c.tar.bz2 genkernel-88926bcb350f23d5660d3430cc5517326f3cb33c.zip |
gkbuilds/thin-provisioning-tools: Add -j1 to avoid parallel install problem
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gkbuilds')
-rw-r--r-- | gkbuilds/thin-provisioning-tools.gkbuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" ) |