mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

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:
MMakefile | 2+-
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