hplip: disable parallel make.
This commit is contained in:
parent
fe57b31b75
commit
d7f2c5a762
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue