From 8d8fe9b49f5fa7700ebc19d1fa51fdd78b32db75 Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Wed, 2 Jun 2021 20:14:44 -0700 Subject: [PATCH] Fix vim symlink --- vim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/Makefile b/vim/Makefile index 0701e2824..2b6d12b1a 100644 --- a/vim/Makefile +++ b/vim/Makefile @@ -10,4 +10,4 @@ FACTS += VIM_DIR install-vim:: submodules .WAIT ${VIM_DIR} ${VIM_DIR}: ${HERE}/vim - ${SYMLINK} ${VIM_DIR:tA:Q} ${.TARGET:Q} + ${SYMLINK} ${VIM:tA:Q} ${.TARGET:Q} -- 2.34.2