summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-28 12:02:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-28 12:02:57 +0900
commit73191d1dcbb5574730e0f88e856470d32358126b (patch)
tree4e8d3ed3460fab80219aa8bf95d6dbb34e3d74dd /Makefile
parentaccf5bbfe38595e67d4bf67739bca542818bcbe4 (diff)
modified Makefile, modified share/mutt-wizard.muttrc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 074ea4b..618e0ea 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
mkdir -p $(DESTDIR)$(PREFIX)/lib/mutt-wizard
mkdir -p $(DESTDIR)$(PREFIX)/share/mutt-wizard
- cp -f bin/mailsync $(DESTDIR)$(PREFIX)/bin
+ cp -f bin/mailsync $(DESTDIR)$(PREFIX)/bin/mailsync
cp -f lib/openfile $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile
chmod 755 $(DESTDIR)$(PREFIX)/share/mutt-wizard
for shared in share/*; do \