summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index ca99c38a14..dd067b20b2 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -45,7 +45,7 @@ denounce:
@echo =======================================================================
@echo Installation of $(package)-$(version) was successful.
@echo
-ifneq "$(GREPPED_PATH)" ""
+ifeq "$(GREPPED_PATH)" ""
@echo To use, add $(bindir) to your PATH.
@echo
endif