summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-17 11:21:24 +0200
committerErich Eckner <git@eckner.net>2019-09-17 11:21:24 +0200
commit119b9ded33188a5acfe14a4e6ea7e2fae9a36ba5 (patch)
tree9bb00ada5f632042431de10e9107a98a78011abf /Makefile
parent4e9ceab1151fcd0b8fcfbd8b0560752ca0b17bcc (diff)
downloadlogwatch-extra-119b9ded33188a5acfe14a4e6ea7e2fae9a36ba5.tar.xz
dummys neu
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7bfb902..902e772 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ CRONDIR = /etc/cron.daily
BINDIR = /usr/bin
CACHEDIR = /var/cache
MANDIR = /usr/share/man
+LOGWATCHDIR = /usr/share/logwatch
TMPDIR = /tmp
WAITDIR = /home/shutdown/.warteauf
@@ -48,6 +49,8 @@ install: all
install -D -m0755 -t $(DESTDIR)$(BINDIR) doalogwatch
install -D -m0755 doalogwatch.cron $(DESTDIR)$(CRONDIR)/doalogwatch
install -d $(DESTDIR)$(CACHEDIR)/logwatch
+ install -D -m0644 -t $(DESTDIR)$(LOGWATCHDIR)/default.conf/services dummy.conf
+ install -D -m0644 -t $(DESTDIR)$(LOGWATCHDIR)/scripts/services dummy
clean:
rm -f doalogwatch doalogwatch.cron