summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-01-07 18:31:42 -0500
committerGitHub <noreply@github.com>2021-01-07 18:31:42 -0500
commit4742f9d6b0f5c27f9bef2d916266960b0cbc214e (patch)
tree09ddfd1fd5bfe4a2defe3eafe87141c9fea34732 /Makefile
parent44c70edd8175acb1a0d717c32e4048265c65cb8a (diff)
parent8b9f8c1c384c3e148cdd832047156d2bedda517e (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d8d362..7b78355 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ install:
uninstall:
for script in bin/*; do \
- rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \
+ rm -f $(DESTDIR)$(PREFIX)/$$script; \
done
rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard
rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1