aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 14:22:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 14:22:59 +1200
commit0d8e8a91685c8a6a9475595eec0a589e580774f7 (patch)
treeba32d80fe42684887be604e2db34c5ee16df9f61 /Makefile
parentMerge branch 'hotfix/v9.9.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-d113778a9cdc72a9c8ebc9b50a49c18413512f50.tar.gz (sig)
dotfiles-d113778a9cdc72a9c8ebc9b50a49c18413512f50.zip
Merge branch 'hotfix/v9.9.2'v9.9.2
* hotfix/v9.9.2: Force creation of headers dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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 \