From cc1c36d891a74730986d097f420599b011d749e0 Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Sat, 3 Oct 2015 09:45:46 +0100 Subject: [PATCH] (preinstall) add wily to 'supported' distros --- preinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preinstall.sh b/preinstall.sh index c64d7ada..a66ac0e0 100755 --- a/preinstall.sh +++ b/preinstall.sh @@ -125,7 +125,7 @@ if [ $enable_openslide -eq 1 ] && [ -z $vips_with_openslide ] && [ $openslide_ex DISTRO=$(lsb_release -c -s) echo "Detected Debian Linux '$DISTRO'" case "$DISTRO" in - jessie|vivid) + jessie|vivid|wily) # Debian 8, Ubuntu 15 echo "Installing libopenslide via apt-get" apt-get install -y libopenslide-dev @@ -209,7 +209,7 @@ if [ -f /etc/debian_version ]; then DISTRO=$(lsb_release -c -s) echo "Detected Debian Linux '$DISTRO'" case "$DISTRO" in - jessie|vivid) + jessie|vivid|wily) # Debian 8, Ubuntu 15 if [ $enable_openslide -eq 1 ]; then echo "Recompiling vips with openslide support"