aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 14:23:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 14:23:26 +1200
commit7b52b24c400777de427c9c7b51871a1486e51c25 (patch)
treef18d78e6b63d78ee36754f62a140d0b7d46493ba
parentMerge branch 'hotfix/v9.9.1' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-7b52b24c400777de427c9c7b51871a1486e51c25.tar.gz
dotfiles-7b52b24c400777de427c9c7b51871a1486e51c25.zip
Merge branch 'hotfix/v9.9.2' into develop
* hotfix/v9.9.2: Force creation of headers dir
-rw-r--r--Makefile2
-rw-r--r--VERSION4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 71cac213..e10e4123 100644
--- a/Makefile
+++ b/Makefile
@@ -496,7 +496,7 @@ install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
mkdir -p -- \
$(XDG_CONFIG_HOME)/mutt \
$(XDG_CONFIG_HOME)/mutt/muttrc.d \
- $(XDG_CACHE_HOME)/mutt \
+ $(XDG_CACHE_HOME)/mutt/headers \
$(XDG_DATA_HOME)/mutt/autocrypt \
$(HOME)/.local/share/mutt/libexec/filters
cp -p -- mutt/muttrc \
diff --git a/VERSION b/VERSION
index bbbf09ed..9d21997f 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.9.1
-Thu, 21 May 2020 00:53:06 +0000
+tejr dotfiles v9.9.2
+Thu, 21 May 2020 02:22:44 +0000