9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
source "${TAMARIN_UTIL}"
|
||
|
|
||
|
if [ -f debian/control ]; then
|
||
|
info "Installing build dependencies..."
|
||
|
mk-build-deps --install debian/control
|
||
|
fi
|