summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-05 09:34:16 -0400
committerGitHub <noreply@github.com>2019-05-05 09:34:16 -0400
commit7c7b551a02a3a876354a511e23001081049db409 (patch)
treee69a062517032ebea3f1c4becce6fb25e3aa4ee5
parentb7059e630c8d40214173c5b239c27a49cd55fda3 (diff)
parent06c3d0e34c3c0b6178c1a2b2100277eac180421b (diff)
Merge pull request #195 from monorkin/fix/mailcap-on-macos
Use correct prefix in muttrc on macOS
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b17344..f316f51 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ install:
for shared in share/*; do \
cp -f $$shared $(DESTDIR)$(PREFIX)/share/mutt-wizard; \
done
+ if [[ "$(OS)" == "Darwin" ]]; then \
+ sed -iba 's/\/usr\//\/usr\/local\//' $(DESTDIR)$(PREFIX)/share/mutt-wizard/mutt-wizard.muttrc; \
+ rm $(DESTDIR)$(PREFIX)/share/mutt-wizard/mutt-wizard.muttrcba; \
+ fi
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp -f mw.1 $(DESTDIR)$(MANPREFIX)/man1/mw.1