commit 44ea78692908d7aa54d2e1ed20314343c8db198a
parent 5e2aa207a029783de72e692b4fb55a1576677ead
Author: Michel Boaventura <michel.boaventura@gmail.com>
Date: Tue, 16 Jun 2020 16:07:28 -0300
Update Makefile (#458)
Fix uninstall command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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