aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ambiamber <80137437+ambiamber@users.noreply.github.com>2022-10-25 18:09:16 -0400
committerGravatar Christian Hesse <mail@eworm.de>2022-10-26 07:34:40 +0200
commit3e8c740883be67ddeaafaf19c8c2c34e77356cac (patch)
tree76eb7a057a22541bf1c99795ff9f34d509a6debd
parent19480e2dcde0a2a86e00e751e111a33ca4b62980 (diff)
downloadjournal-notify-3e8c740883be67ddeaafaf19c8c2c34e77356cac.tar.gz
journal-notify-3e8c740883be67ddeaafaf19c8c2c34e77356cac.tar.zst
desktop files should not be executable
I checked Arch, Fedora and Ubuntu and non of those distros comes with executable permission set on desktop files.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2e202d7..2e914ef 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ install: install-bin install-doc
install-bin: journal-notify
$(INSTALL) -D -m0755 journal-notify $(DESTDIR)/usr/bin/journal-notify
- $(INSTALL) -D -m0755 desktop/journal-notify-crit-alert-emerg.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-crit-alert-emerg.desktop
- $(INSTALL) -D -m0755 desktop/journal-notify-dhcpd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-dhcpd.desktop
- $(INSTALL) -D -m0755 desktop/journal-notify-sshd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-sshd.desktop
+ $(INSTALL) -D -m0644 desktop/journal-notify-crit-alert-emerg.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-crit-alert-emerg.desktop
+ $(INSTALL) -D -m0644 desktop/journal-notify-dhcpd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-dhcpd.desktop
+ $(INSTALL) -D -m0644 desktop/journal-notify-sshd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-sshd.desktop
$(INSTALL) -D -m0755 execute/echo.sh $(DESTDIR)/usr/share/journal-notify/execute/echo.sh
$(INSTALL) -D -m0755 execute/mail.sh $(DESTDIR)/usr/share/journal-notify/execute/mail.sh
$(INSTALL) -D -m0644 systemd/journal-notify-sshd.service $(DESTDIR)/usr/share/journal-notify/systemd/journal-notify-sshd.service