aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-26 08:26:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-26 08:26:16 +1300
commitbd4868042575238538aac8367c4efb9cef9841a2 (patch)
treee00c832b39175bc086e8b78074dbe46ae1ba9b5d
parentAllow specifying MAILDIR for make(1) (diff)
downloaddotfiles-bd4868042575238538aac8367c4efb9cef9841a2.tar.gz
dotfiles-bd4868042575238538aac8367c4efb9cef9841a2.zip
Create muttrc.local if it doesn't exist
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 193a9bf4..ae9eedff 100644
--- a/Makefile
+++ b/Makefile
@@ -274,6 +274,7 @@ install-mutt : mutt/muttrc install-maildir
"$(HOME)"/.cache/mutt
install -pm 0644 -- mutt/muttrc "$(HOME)"/.muttrc
install -pm 0644 -- mutt/signature "$(HOME)"/.signature
+ [ -f "$(HOME)"/.mutt/muttrc.local ] || touch "$(HOME)"/.mutt/muttrc.local
install-ncmcpp :
install -m 0755 -d -- "$(HOME)"/.ncmpcpp