aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-25 17:02:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-25 17:02:05 +1200
commit49e35d720e4b9e7a82158b8ebab2bc62bf3973f7 (patch)
tree62bf88f38eaf6a9349e61ac7d06d6ecdcec7defe
parentUse explicitly nullglob Zsh patterns (diff)
downloaddotfiles-49e35d720e4b9e7a82158b8ebab2bc62bf3973f7.tar.gz
dotfiles-49e35d720e4b9e7a82158b8ebab2bc62bf3973f7.zip
Correct built paths for Vim cache dirs
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4e435b69..f1831f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -591,11 +591,10 @@ install-vim-bundle: install-vim-config
install-vim-cache:
mkdir -p -- \
- $(VIMDIR)/cache \
- $(VIMDIR)/cache/backup \
- $(VIMDIR)/cache/swap \
- $(VIMDIR)/cache/undo \
- $(VIMDIR)/cache/view
+ $(VIMDIR)/backup \
+ $(VIMDIR)/swap \
+ $(VIMDIR)/undo \
+ $(VIMDIR)/view
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler