Make mk-build-deps automatic
This commit is contained in:
parent
eb43a3188a
commit
f7df077410
|
@ -4,5 +4,5 @@ source "${TAMARIN_UTIL}"
|
||||||
|
|
||||||
if [ -f debian/control ]; then
|
if [ -f debian/control ]; then
|
||||||
info "Installing build dependencies..."
|
info "Installing build dependencies..."
|
||||||
mk-build-deps --install debian/control
|
mk-build-deps -t "apt-get --force-yes -y" --install debian/control
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue