Fix syntax problem in debian/rules

This commit is contained in:
Jan Wagner 2014-03-18 00:01:59 +01:00
parent 9496de3393
commit 2c398c3d8d

2
debian/rules vendored
View file

@ -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 \