diff options
-rw-r--r-- | distrib/Makefile | 2 |
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 |