mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-16 05:12:38 +01:00
wireless-regdb: this doesn't work so hot as parallel
This commit is contained in:
parent
b606197f6b
commit
8b6f093220
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ src_prepare() {
|
|||
src_compile() {
|
||||
if use pentoo; then
|
||||
emake install-distro-key || die "make install-distro-key failed"
|
||||
emake || die "emake failed"
|
||||
emake -j1 || die "emake failed"
|
||||
fi
|
||||
true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue