diff options
author | Christian Hesse <mail@eworm.de> | 2015-05-19 15:57:22 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-05-19 15:57:22 +0200 |
commit | d187bd3b4805dcb3f9e1d6143ac1cd0531009868 (patch) | |
tree | f6ab52824b9f7543fc88452f408a51795fce9fcd /Makefile | |
parent | 2e86d643dcae1edafa72c9ed1bca02bc85f6148d (diff) | |
download | journal-notify-d187bd3b4805dcb3f9e1d6143ac1cd0531009868.tar.gz journal-notify-d187bd3b4805dcb3f9e1d6143ac1cd0531009868.tar.zst |
add support for executing external commands
close #1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ install-bin: journal-notify $(INSTALL) -D -m0755 examples/journal-notify-crit-alert-emerg.desktop $(DESTDIR)/usr/share/journal-notify/examples/journal-notify-crit-alert-emerg.desktop $(INSTALL) -D -m0755 examples/journal-notify-dhcpd.desktop $(DESTDIR)/usr/share/journal-notify/examples/journal-notify-dhcpd.desktop $(INSTALL) -D -m0755 examples/journal-notify-sshd.desktop $(DESTDIR)/usr/share/journal-notify/examples/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-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/journal-notify/README.md |