diff options
Diffstat (limited to 'main/st/terminfo.patch')
-rw-r--r-- | main/st/terminfo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/st/terminfo.patch b/main/st/terminfo.patch new file mode 100644 index 0000000000..089c423336 --- /dev/null +++ b/main/st/terminfo.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 6158ab2..93cb684 100644 +--- a/Makefile ++++ b/Makefile +@@ -48,8 +48,6 @@ install: all + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 + @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 +- @echo Please see the README file regarding the terminfo entry of st. +- @tic -s st.info + + uninstall: + @echo removing executable file from ${DESTDIR}${PREFIX}/bin |