diff options
author | Federico Igne <git@federicoigne.com> | 2020-05-23 10:51:26 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2020-05-23 10:51:26 +0100 |
commit | 01f4a458d3b0de2ef56608bce9c39c580303b6e7 (patch) | |
tree | 207ed63d811738cc35f956e7b5da73c6dd702c52 | |
parent | 682f9c27ab916894aa788a14b3520546c1da7ba6 (diff) | |
parent | 10c8e2413bcd3cde4ca545b95501c19f4d011964 (diff) | |
download | st-01f4a458d3b0de2ef56608bce9c39c580303b6e7.tar.gz st-01f4a458d3b0de2ef56608bce9c39c580303b6e7.zip |
Merge branch 'personal' of git.dyamon.me:st into personal
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ install: st | |||
49 | chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 | 49 | chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 |
50 | tic -sx st.info | 50 | tic -sx st.info |
51 | @echo Please see the README file regarding the terminfo entry of st. | 51 | @echo Please see the README file regarding the terminfo entry of st. |
52 | cp -f st.desktop /usr/share/applications | 52 | cp -f st.desktop /usr/share/applications/ |
53 | 53 | ||
54 | uninstall: | 54 | uninstall: |
55 | rm -f $(DESTDIR)$(PREFIX)/bin/st | 55 | rm -f $(DESTDIR)$(PREFIX)/bin/st |