Skip to content

Commit

Permalink
main/e2fsprogs: reduce install job count
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed May 27, 2024
1 parent 2331295 commit 0376827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/e2fsprogs/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# breaks build entirely
configure_gen = []
make_cmd = "gmake"
make_install_args = ["install-libs"]
make_install_args = ["-j1", "install-libs"]
hostmakedepends = ["gmake", "pkgconf", "texinfo"]
makedepends = [
"fuse-devel",
Expand Down

0 comments on commit 0376827

Please sign in to comment.