From 40e3a5d0b9b5b4bcd8fef5d5d32da416315be6e2 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 29 Aug 2019 13:42:24 +0200 Subject: [PATCH] Fix Libbrotli --- nginx-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-build.sh b/nginx-build.sh index 8e1c438..d524e12 100755 --- a/nginx-build.sh +++ b/nginx-build.sh @@ -327,9 +327,9 @@ fi ################################## if [ $DISTRO_CODENAME = "jessie" ]; then - LIBBROTLI_DEV = "" + LIBBROTLI_DEV="" else - LIBBROTLI_DEV = "libbrotli-dev" + LIBBROTLI_DEV="libbrotli-dev" fi ##################################