projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3035fd6
)
Makefile: mention DESTDIR in the "INSTALLATION COMPLETE" message
author
Antonio Ospite <ao2@ao2.it>
Sat, 10 Dec 2016 21:01:47 +0000
(22:01 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 10 Dec 2016 21:01:47 +0000
(22:01 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0102bc2
..
eff450a
100644
(file)
--- 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"