summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-01-01 13:32:41 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-01-01 13:32:41 -0500
commit22acbeb3e5146ae9d04398169b4fb4aa57587804 (patch)
tree99123a61f4e66cb4580c00b10c96b006ca4d40e5 /Makefile
parentaa4fb999ebbe6e99ac5e083be372b3630354c8bc (diff)
makefile fix
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