From 44ea78692908d7aa54d2e1ed20314343c8db198a Mon Sep 17 00:00:00 2001 From: Michel Boaventura Date: Tue, 16 Jun 2020 16:07:28 -0300 Subject: [PATCH] Update Makefile (#458) Fix uninstall command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6633b7b..70f780d 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ install: uninstall: for script in bin/*; do \ - rm -f $(DESTDIR)$(PREFIX)/$$script; \ + rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \ done rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1