aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15db421..a823bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install: st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
- tic -sx st.info
+ tic -sx -o "$(DESTDIR)$(PREFIX)/share/terminfo" st.info
@echo Please see the README file regarding the terminfo entry of st.
uninstall: