commit 60ef169a18d52cfc09636ad5c92dfbb7d98588b0
parent 73c8dfafe99d8a45b8652b284b97c5d80bf5b1c5
Author: Mattias Andrée <maandree@kth.se>
Date: Fri, 12 Feb 2016 09:45:03 +0100
Makefile: uninstall [ command in the uninstall rule
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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