diff options
author | Erich Eckner <git@eckner.net> | 2016-05-21 22:18:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-05-21 22:18:15 +0200 |
commit | 4b766b3fbb32321d2fea77bf387c6eb6a389e30d (patch) | |
tree | 988ca319cd4ba8ae72931978021308beb2bd7886 /Makefile | |
parent | 1e10cfb4e9b44b67e792245831525e9a2c172df2 (diff) | |
download | logwatch-extra-4b766b3fbb32321d2fea77bf387c6eb6a389e30d.tar.xz |
letzteMeldung nicht mehr bei "make install" erzeugen
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ install: all install -D -m0755 -t $(DESTDIR)$(BINDIR) doalogwatch install -D -m0755 doalogwatch.cron $(DESTDIR)$(CRONDIR)/doalogwatch install -d $(DESTDIR)$(CACHEDIR)/logwatch - date +%F > $(DESTDIR)$(CACHEDIR)/logwatch/letzteMeldung clean: rm -f doalogwatch{,.cron} |