summarylogtreecommitdiffstats
path: root/terminfo.patch
blob: e91e91f6c8e96ff9444d3517af441496c0f4f79c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile	2019-02-09 12:50:41.000000000 +0100
+++ Makefile	2019-10-30 23:39:55.775193275 +0100
@@ -47,7 +47,8 @@
 	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
+	mkdir -p $(DESTDIR)$(PREFIX)/share/st/terminfo
+	tic -sx -o $(DESTDIR)$(PREFIX)/share/st/terminfo st.info
 	@echo Please see the README file regarding the terminfo entry of st.
 
 uninstall: