From 2c398c3d8d56aa6bf26096fea4861ef6dd1e3fae Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 18 Mar 2014 00:01:59 +0100 Subject: [PATCH] Fix syntax problem in debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a703534..0bb31a2 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ PKGNAME = monitoring-plugins-cyconet # we run dh_auto_$(1) with -O--sourcedirectory="$$plugin" # - if $${plugin}/src exists, we run dh_auto_$(1) on that directory # - else: fail :) -DH_AUTO_CALL = if [ "$$auto_command" == "dh_auto_configure" ]; then \ +DH_AUTO_CALL = if [ "$$auto_command" = "dh_auto_configure" ]; then \ export options="$$options -- --enable-stack-protector" ;\ fi ;\ if [ -f $(CURDIR)/$$plugin/Makefile ]; then \