diff options
author | Michel Boaventura <michel.boaventura@gmail.com> | 2020-06-16 16:07:28 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 15:07:28 -0400 |
commit | 44ea78692908d7aa54d2e1ed20314343c8db198a (patch) | |
tree | 114357fecee7acc2df5b84854b1df7c942af342d /Makefile | |
parent | 5e2aa207a029783de72e692b4fb55a1576677ead (diff) |
Update Makefile (#458)
Fix uninstall command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |