diff options
Diffstat (limited to 'vars/cloneAndBuild.groovy')
-rw-r--r-- | vars/cloneAndBuild.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/cloneAndBuild.groovy b/vars/cloneAndBuild.groovy index 48d73a66..f4114a68 100644 --- a/vars/cloneAndBuild.groovy +++ b/vars/cloneAndBuild.groovy @@ -59,7 +59,7 @@ def call(description, architecture, pkgList, buildCmd) { // build dependency package and install it sh """ if [ -f debian/control ]; then - sudo mk-build-deps --install debian/control + sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends" sudo dpkg -i *build-deps*.deb fi """ |