projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7e675
)
Makefile: fix typo s/INTALLATION/INSTALLATION/
author
Antonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 16:58:14 +0000
(17:58 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 16:58:14 +0000
(17:58 +0100)
Thanks-to: gregor herrmann <gregoa@debian.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d0c6b07
..
03a7e41
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,5
+29,5
@@
install: installdocs
install -m755 tweeper $(DESTDIR)$(TWEEPER_DIR)
install -d $(DESTDIR)$(BIN_DIR)
ln -sf $(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper
- @echo -e "\n\nINTALLATION COMPLETE"
+ @echo -e "\n\nIN
S
TALLATION COMPLETE"
@echo -e "Make sure '$(PHP_SCRIPT_DIR)' is in PHP include_path!\n"