From 637c14afc01074bc957c771db666643ef2249c56 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 10 Dec 2016 22:01:47 +0100 Subject: [PATCH] Makefile: mention DESTDIR in the "INSTALLATION COMPLETE" message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0102bc2..eff450a 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ install: installdocs install -d $(DESTDIR)$(BIN_DIR) ln -rsf $(DESTDIR)$(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper @echo -e "\n\nINSTALLATION COMPLETE" - @echo -e "Make sure '$(PHP_SCRIPT_DIR)' is in PHP include_path!\n" + @echo -e "Make sure '$(DESTDIR)$(PHP_SCRIPT_DIR)' is in PHP include_path!\n" -- 2.1.4