personal/dotfiles

patches/st-remove-terminfo.diff in master
Repositories | Summary | Log | Files | README.md | LICENSE

st-remove-terminfo.diff (418B) download


 1diff --git a/Makefile b/Makefile
 2index 15db421..e92567a 100644
 3--- a/Makefile
 4+++ b/Makefile
 5@@ -41,8 +41,6 @@ install: st
 6 	mkdir -p $(DESTDIR)$(MANPREFIX)/man1
 7 	sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
 8 	chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
 9-	tic -sx st.info
10-	@echo Please see the README file regarding the terminfo entry of st.
11 
12 uninstall:
13 	rm -f $(DESTDIR)$(PREFIX)/bin/st