Skip to content

Commit

Permalink
fix(Makefile): latest tic (6.4_20230520-1) is ignoring TERMINFO env v…
Browse files Browse the repository at this point in the history
…ar but have -o flag for the same thing, in its documentation both are documented so seems to be a bug (#157)
  • Loading branch information
actionless committed Jun 24, 2023
1 parent bf14013 commit aae5aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install: st
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/xst.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/xst.1
mkdir -p $(DESTDIR)$(PREFIX)/share/terminfo
env TERMINFO=$(DESTDIR)$(PREFIX)/share/terminfo tic -sx st.info
tic -o $(DESTDIR)$(PREFIX)/share/terminfo -sx st.info

uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/xst
Expand Down

0 comments on commit aae5aaa

Please sign in to comment.