summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-05-04 19:59:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-05-04 19:59:26 +0900
commitbda47a0eedcd9853ac3617f4f05606cd161dbbb7 (patch)
tree2cdaa0d275765e0aadec351552be22302ccb8bcc /Makefile
parent5034ca83081ebd54b638df614f45359c945386d9 (diff)
updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 672c6b1..b264aa5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@ 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/mailsync
+ cp -f bin/mailsync $(DESTDIR)$(PREFIX)/bin
cp -f bin/mutt.vcard.filter $(DESTDIR)$(PREFIX)/bin/mutt.vcard.filter
cp -f bin/vcalendar-filter $(DESTDIR)$(PREFIX)/bin/vcalendar-filter
- cp -f lib/openfile $(DESTDIR)$(PREFIX)/lib/mutt-wizard/openfile
+ cp -f lib/openfile $(DESTDIR)$(PREFIX)/lib/mutt-wizard
chmod 755 $(DESTDIR)$(PREFIX)/share/mutt-wizard
for shared in share/*; do \
cp -f $$shared $(DESTDIR)$(PREFIX)/share/mutt-wizard; \