From efcbff3aba4e0fc37bcb3f1453119a4aa8b466fb Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 16 Oct 2014 10:32:04 +0200 Subject: install new example --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f29b542..8975f91 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf