fix debian build script for xenial

This commit is contained in:
Richard van der Hoff 2019-01-10 15:43:09 +00:00
parent 376683d998
commit 928f5be84d

View file

@ -8,6 +8,7 @@ DIST=`lsb_release -c -s`
# We need to build a newer dh_virtualenv on older OSes like Xenial.
if [ "$DIST" = 'xenial' ]; then
apt-get update
mkdir -p /tmp/dhvenv
cd /tmp/dhvenv
wget https://github.com/spotify/dh-virtualenv/archive/1.1.tar.gz