summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-07-17 15:10:42 +0200
committerErich Eckner <git@eckner.net>2016-07-17 15:10:42 +0200
commit0b3df1020fd46700f3ea5748f57557a73242765e (patch)
treef13bd6dd217f7d78a5e9bc42cc59db60642556ca
parent2afbc2e96b8afd8f499ff0f0235b675d747f6f17 (diff)
downloadlogwatch-extra-0b3df1020fd46700f3ea5748f57557a73242765e.tar.xz
bashism aus Makefile entfernt
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e527870..ff54a5a 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install: all
install -d $(DESTDIR)$(CACHEDIR)/logwatch
clean:
- rm -f doalogwatch{,.cron}
+ rm -f doalogwatch doalogwatch.cron
dist: clean
git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true