From 10c8e2413bcd3cde4ca545b95501c19f4d011964 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 22 May 2020 21:49:18 +0100 Subject: Fix cp command for st.desktop entry Desktop entry `st.desktop` was copied to `/usr/share/application`. If the directory does not exists (likely in a freshly installed system) it will be replaced by the desktop file. We don't want that! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b553fb..374ec4f 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ 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 /usr/share/applications + cp -f st.desktop /usr/share/applications/ uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st -- cgit v1.2.3