diff options
author | Christian Hesse <mail@eworm.de> | 2014-10-16 10:32:04 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-10-16 10:32:04 +0200 |
commit | efcbff3aba4e0fc37bcb3f1453119a4aa8b466fb (patch) | |
tree | 7c7eedd4a3ae0dfac183074ff41ea61538cb91b6 /Makefile | |
parent | 2deeb99d2f19801cc87c0ed98eca47784ee5db58 (diff) | |
download | journal-notify-efcbff3aba4e0fc37bcb3f1453119a4aa8b466fb.tar.gz journal-notify-efcbff3aba4e0fc37bcb3f1453119a4aa8b466fb.tar.zst |
install new example
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ install: install-bin install-doc install-bin: journal-notify $(INSTALL) -D -m0755 journal-notify $(DESTDIR)/usr/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 |