From 49e35d720e4b9e7a82158b8ebab2bc62bf3973f7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 Apr 2020 17:02:05 +1200 Subject: Correct built paths for Vim cache dirs --- Makefile | 9 ++++----- 1 file 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 -- cgit v1.2.3