commit 60ef169a18d52cfc09636ad5c92dfbb7d98588b0 Author: Mattias Andrée <maand...@kth.se> AuthorDate: Fri Feb 12 09:45:03 2016 +0100 Commit: sin <s...@2f30.org> CommitDate: Fri Feb 12 09:50:24 2016 +0000
Makefile: uninstall [ command in the uninstall rule Signed-off-by: Mattias Andrée <maand...@kth.se> 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