summarylogtreecommitdiffstats
path: root/terminfo.patch
diff options
context:
space:
mode:
authorSebastian J. Bronner2019-10-30 23:46:14 +0100
committerSebastian J. Bronner2019-10-30 23:46:14 +0100
commit07a231717fe38e030a6a3f9c696784d3858990df (patch)
tree25d6d78558a8f1130c66bab52ce7436f42f5a984 /terminfo.patch
parent559118ce7ef613cdabc72e8f69ae862f60bfba15 (diff)
downloadaur-07a231717fe38e030a6a3f9c696784d3858990df.tar.gz
Improve availability of functional terminfo entries
Diffstat (limited to 'terminfo.patch')
-rw-r--r--terminfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/terminfo.patch b/terminfo.patch
new file mode 100644
index 000000000000..e91e91f6c8e9
--- /dev/null
+++ b/terminfo.patch
@@ -0,0 +1,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: