Add apt-get update before install build deps

This commit is contained in:
2016-02-11 14:43:37 +01:00
parent 6a046e7bb3
commit 1131bbb8f4
3 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@
if [ -f debian/control ]; then
echo "Installing build dependencies..."
apt-get update
mk-build-deps -r -t "apt-get --force-yes -y --no-install-recommends" --install debian/control
fi