aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:35:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:35:54 +1200
commit80906334e449e06a9a186b007ebb707ce7bc23ae (patch)
tree6a2b6c275849da2852e15383e7b2b9670599847d
parentMerge branch 'hotfix/v9.10.2' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-80906334e449e06a9a186b007ebb707ce7bc23ae.tar.gz
dotfiles-80906334e449e06a9a186b007ebb707ce7bc23ae.zip
Merge branch 'hotfix/v9.10.3' into develop
* hotfix/v9.10.3: Correct install path for Mutt filters
-rw-r--r--Makefile4
-rw-r--r--VERSION4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e10e4123..8c6d86cf 100644
--- a/Makefile
+++ b/Makefile
@@ -498,14 +498,14 @@ install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
$(XDG_CONFIG_HOME)/mutt/muttrc.d \
$(XDG_CACHE_HOME)/mutt/headers \
$(XDG_DATA_HOME)/mutt/autocrypt \
- $(HOME)/.local/share/mutt/libexec/filters
+ $(HOME)/.local/libexec/mutt/filters
cp -p -- mutt/muttrc \
$(XDG_CONFIG_HOME)/mutt
cp -p -- mutt/muttrc.d/src \
$(XDG_CONFIG_HOME)/mutt/muttrc.d
touch -- $(XDG_CONFIG_HOME)/mutt/aliases
cp -p -- mutt/filters/markdown-to-html \
- $(HOME)/.local/share/mutt/libexec/filters
+ $(HOME)/.local/libexec/mutt/filters
install-ncmcpp: install-mpd
mkdir -p -- $(HOME)/.ncmpcpp
diff --git a/VERSION b/VERSION
index acb51ced..55803f33 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.10.2
-Mon, 25 May 2020 04:22:27 +0000
+tejr dotfiles v9.10.3
+Mon, 25 May 2020 04:35:13 +0000