Adding desktop patch ref. #21
This commit is contained in:
parent
79278e3d32
commit
2876951262
2 changed files with 11 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -60,10 +60,13 @@ install: st
|
|||
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
tic -sx st.info
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/applications # desktop-entry patch
|
||||
cp -n st.desktop $(DESTDIR)$(PREFIX)/share/applications # desktop-entry patch
|
||||
@echo Please see the README file regarding the terminfo entry of st.
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/st
|
||||
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop # desktop-entry patch
|
||||
|
||||
.PHONY: all options clean dist install uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue