From 03083aaab61267cf3a525d8bfc444c34f73cbf7a Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 5 Jun 2023 08:33:37 -0600 Subject: [PATCH] tic problems --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 470ac86..01a6d06 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ install: st 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 @echo Please see the README file regarding the terminfo entry of st. uninstall: