From: Antonio Ospite Date: Sat, 10 Dec 2016 21:01:47 +0000 (+0100) Subject: Makefile: mention DESTDIR in the "INSTALLATION COMPLETE" message X-Git-Tag: v1.0.0~2 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/637c14afc01074bc957c771db666643ef2249c56 Makefile: mention DESTDIR in the "INSTALLATION COMPLETE" message --- 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"