diff options
author | Tharre <tharre3@gmail.com> | 2024-07-06 11:49:52 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2025-02-05 21:45:38 +0100 |
commit | cb455c519d27d7b5a77d19d0c4ee93794d2f8306 (patch) | |
tree | 2b5340cd11f1121ca1598d5b649ead447c96c81f | |
parent | 90c9e2c65bebd9210c417e309cccad03630c60f2 (diff) | |
download | st-transparency-master.tar.gz st-transparency-master.tar.xz st-transparency-master.zip |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,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)/share/terminfo" st.info @echo Please see the README file regarding the terminfo entry of st. uninstall: |