old-st

[ARCHIVED] my build of st
git clone git://git.ckyln.com/~cem/old-st.git
Log | Files | Refs | README | LICENSE

commit f4356f3c6869dfce4b4541b405ca4ef6eaf0e819
parent 5fe3ac4e68e9c5402fcfdef1f197772c45878e23
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue, 22 Oct 2019 14:47:46 +0300

fix makefile

Diffstat:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -49,7 +49,8 @@ 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. - cp -f st.desktop $(DESTDIR)/usr/share/applications + mkdir -p $(DESTDIR)/usr/share/applications + cp -f st.desktop $(DESTDIR)/usr/share/applications/st.desktop uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st