# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/screen/no_terminfo.patch # Copyright (C) 2017 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- screen-4.5.1/Makefile.in.vanilla 2017-03-05 20:50:51.538947753 +0100 +++ screen-4.5.1/Makefile.in 2017-03-05 20:51:07.070948303 +0100 @@ -96,10 +96,6 @@ ############################################################################### install: installdirs install_bin cd doc ; $(MAKE) install - -if [ -d $(DESTDIR)/usr/lib/terminfo ]; then \ - PATH="$$PATH:/usr/5bin" tic ${srcdir}/terminfo/screeninfo.src; \ - chmod 644 $(DESTDIR)/usr/lib/terminfo/s/screen*; \ - fi # Better do this by hand. E.g. under RCS... # cat ${srcdir}/terminfo/screencap >> /etc/termcap @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."