From d672637cb83026e29ed19954609f11bf955bd589 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 17 Jul 2016 15:12:39 +0200 Subject: bashism aus Makefile entfernt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index deb5eae..dee0031 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ install: all install -D -m0644 -t $(DESTDIR)$(ETCDIR) shutdownasap.conf clean: - rm -f shutdownasap{,.1,.conf} + rm -f shutdownasap shutdownasap.1 shutdownasap.conf dist: clean git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true -- cgit v1.2.3-70-g09d2