dutree: add makejobs to cargo build

This commit is contained in:
cr6git 2018-09-24 09:54:52 +02:00 committed by GitHub
parent 46fc2a2f55
commit 737a85f096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ nocross="https://travis-ci.org/void-linux/void-packages/jobs/400535389#L905
https://travis-ci.org/void-linux/void-packages/jobs/400535390#L905"
do_build() {
cargo build --release
cargo build --release ${makejobs}
}
do_install() {