aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:35:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-25 16:35:02 +1200
commitf2283b32b2d390d4611bf737e5d0a31dfeec28d2 (patch)
tree5a3d00e2dc332dc4c561cc1eb38b333186cf8fc9
parentMerge branch 'hotfix/v9.10.2' (diff)
downloaddotfiles-f2283b32b2d390d4611bf737e5d0a31dfeec28d2.tar.gz
dotfiles-f2283b32b2d390d4611bf737e5d0a31dfeec28d2.zip
Correct install path for Mutt filters
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 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