Dash:
[t2.git] / package / shells / screen / no_terminfo.patch
blobfac9bbefe84c7052b8fedfeced7fa5ff79b64c63
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../screen/no_terminfo.patch
5 # Copyright (C) 2017 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- screen-4.5.1/Makefile.in.vanilla 2017-03-05 20:50:51.538947753 +0100
18 +++ screen-4.5.1/Makefile.in 2017-03-05 20:51:07.070948303 +0100
19 @@ -96,10 +96,6 @@
20 ###############################################################################
21 install: installdirs install_bin
22 cd doc ; $(MAKE) install
23 - -if [ -d $(DESTDIR)/usr/lib/terminfo ]; then \
24 - PATH="$$PATH:/usr/5bin" tic ${srcdir}/terminfo/screeninfo.src; \
25 - chmod 644 $(DESTDIR)/usr/lib/terminfo/s/screen*; \
26 - fi
27 # Better do this by hand. E.g. under RCS...
28 # cat ${srcdir}/terminfo/screencap >> /etc/termcap
29 @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."