2015-08-04 23:58:43 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
source "${TAMARIN_UTIL}"
|
|
|
|
|
|
|
|
if [ -f debian/control ]; then
|
|
|
|
info "Installing build dependencies..."
|
2015-09-01 15:28:24 +02:00
|
|
|
mk-build-deps -t "apt-get --force-yes -y" --install debian/control
|
2015-08-04 23:58:43 +02:00
|
|
|
fi
|