aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:19:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:19:09 +1200
commit87035d27f155e7be5b0fc9404bd734d2698aaa31 (patch)
treea8a811dd228a1b8f79e0da67615e97b433144491
parentMerge branch 'release/v8.36.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-87035d27f155e7be5b0fc9404bd734d2698aaa31.tar.gz
dotfiles-87035d27f155e7be5b0fc9404bd734d2698aaa31.zip
Merge branch 'hotfix/v8.36.1' into develop
* hotfix/v8.36.1: Correct install path for Mutt config
-rw-r--r--Makefile2
-rw-r--r--VERSION4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d27ad92e..6e30647e 100644
--- a/Makefile
+++ b/Makefile
@@ -485,7 +485,7 @@ install-mutt: install-mail
mkdir -p -- $(XDG_CONFIG_HOME)/mutt \
$(XDG_CONFIG_HOME)/mutt/muttrc.d \
$(XDG_CACHE_HOME)/mutt
- cp -p -- mutt/muttrc $(XDG_CACHE_HOME)/mutt
+ cp -p -- mutt/muttrc $(XDG_CONFIG_HOME)/mutt
cp -p -- mutt/muttrc.d/src $(XDG_CONFIG_HOME)/mutt/muttrc.d
install-ncmcpp: install-mpd
diff --git a/VERSION b/VERSION
index 46ee4f66..7ddc6601 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v8.36.0
-Tue, 12 May 2020 12:05:52 +0000
+tejr dotfiles v8.36.1
+Tue, 12 May 2020 12:18:03 +0000