# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/st/hotfix-no-termcap.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- st-0.9.2/Makefile.vanilla 2024-05-19 23:14:17.821000000 +0200 +++ st-0.9.2/Makefile 2024-05-19 23:14:27.118000000 +0200 @@ -41,7 +41,7 @@ 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 + #tic -sx st.info @echo Please see the README file regarding the terminfo entry of st. uninstall: