From bda47a0eedcd9853ac3617f4f05606cd161dbbb7 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 4 May 2025 19:59:26 +0900 Subject: updates --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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; \ -- cgit v1.2.3