diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-04 19:59:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-04 19:59:26 +0900 |
| commit | bda47a0eedcd9853ac3617f4f05606cd161dbbb7 (patch) | |
| tree | 2cdaa0d275765e0aadec351552be22302ccb8bcc /Makefile | |
| parent | 5034ca83081ebd54b638df614f45359c945386d9 (diff) | |
updates
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |
