Fix syntax problem in debian/rules
This commit is contained in:
parent
9496de3393
commit
2c398c3d8d
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -16,7 +16,7 @@ PKGNAME = monitoring-plugins-cyconet
|
||||||
# we run dh_auto_$(1) with -O--sourcedirectory="$$plugin"
|
# we run dh_auto_$(1) with -O--sourcedirectory="$$plugin"
|
||||||
# - if $${plugin}/src exists, we run dh_auto_$(1) on that directory
|
# - if $${plugin}/src exists, we run dh_auto_$(1) on that directory
|
||||||
# - else: fail :)
|
# - 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" ;\
|
export options="$$options -- --enable-stack-protector" ;\
|
||||||
fi ;\
|
fi ;\
|
||||||
if [ -f $(CURDIR)/$$plugin/Makefile ]; then \
|
if [ -f $(CURDIR)/$$plugin/Makefile ]; then \
|
||||||
|
|
Loading…
Reference in a new issue