diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-12 21:40:27 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-12 21:40:27 +0200 |
commit | f1758c25358a54bfbc354185829292c011620125 (patch) | |
tree | 9c5b90f0a3d7698a5a808c895253c41a5c315bff /Makefile | |
parent | d98130c927f2a78d83ed7e16ad0faf6c3e4ec398 (diff) |
Apply desktopentry patch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,9 +46,12 @@ install: st chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 tic -sx st.info @echo Please see the README file regarding the terminfo entry of st. + mkdir -p $(DESTDIR)$(PREFIX)/share/applications + cp -f st.desktop $(DESTDIR)$(PREFIX)/share/applications uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 + rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop .PHONY: all options clean dist install uninstall |