X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/3035fd6142ce3459fb7ba28c2f56a7c44fc47dd5..2c7f7e5da9efb2905d9c87cb5a9a2d6c057f576c:/Makefile?ds=sidebyside 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"