From 6ca2a046f8f680131046fc152031a899db4182d2 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 15 Feb 2016 09:44:27 +0000 Subject: [PATCH] Fix uninstall target The installed tool is called install not xinstall. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f473dd..19501a4 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ install: all mv -f $(DESTDIR)$(MANPREFIX)/man1/xinstall.1 $(DESTDIR)$(MANPREFIX)/man1/install.1 uninstall: - cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ xinstall + cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [ install cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN) dist: clean