From 60ef169a18d52cfc09636ad5c92dfbb7d98588b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Fri, 12 Feb 2016 09:45:03 +0100 Subject: [PATCH] Makefile: uninstall [ command in the uninstall rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8cf51a..0ae7671 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,7 @@ install: all cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN) uninstall: - cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) + cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN) dist: clean