fix terminfo in makefile
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-01-09 13:14:16 +01:00
parent 49324e1ccd
commit f41194b99f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ 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
tic -sx -o $(DESTDIR)$(PREFIX)/usr/share/terminfo st.info
@echo Please see the README file regarding the terminfo entry of st.
uninstall: