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