aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:18:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:18:19 +1200
commit12cca5c3e0ec6a4792abf6a4c687c03b5ebd6f32 (patch)
treea8a811dd228a1b8f79e0da67615e97b433144491
parentMerge branch 'release/v8.36.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-8.36.1.tar.gz (sig)
dotfiles-8.36.1.zip
Merge branch 'hotfix/v8.36.1'v8.36.1
* 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