From 4b766b3fbb32321d2fea77bf387c6eb6a389e30d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 21 May 2016 22:18:15 +0200 Subject: letzteMeldung nicht mehr bei "make install" erzeugen --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8284758..87ba85b 100644 --- a/Makefile +++ b/Makefile @@ -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} -- cgit v1.2.3-54-g00ecf