From 08db90ae6bb859639f411cccb553aeb34f398cb3 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sat, 28 Feb 2015 11:54:42 +0100 Subject: network/icinga2: Fixes for var change during submission --- network/icinga2/icinga2.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/icinga2/icinga2.SlackBuild') diff --git a/network/icinga2/icinga2.SlackBuild b/network/icinga2/icinga2.SlackBuild index 8d08acbb12..78eddf8438 100644 --- a/network/icinga2/icinga2.SlackBuild +++ b/network/icinga2/icinga2.SlackBuild @@ -77,7 +77,7 @@ case "$MYSQL" in *) MYSQL="" ;; esac -# Use PGSQL by default +# Don't use PGSQL by default PGSQL=${PGSQL:-no} case "$PGSQL" in no) PGSQL="-DICINGA2_WITH_PGSQL=OFF" ;; -- cgit v1.2.3