From 7805bad8e7c8d8afc754ca394a89e45ed81e6f2d Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Fri, 7 Nov 2025 13:46:40 +0300 Subject: [PATCH] [+] update makefile 1. make sure vim put respects INSTALL_ROOT variable; --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 573ad8c..345e374 100644 --- a/Makefile +++ b/Makefile @@ -90,12 +90,13 @@ dotfiles_put: #commands install -f -p dotfiles -s dotfiles/ -t ~/.config/ dotfiles_vim_put: + @echo INSTALL_ROOT=$(INSTALL_ROOT) mkdir -p $(INSTALL_ROOT) mkdir -p $(INSTALL_ROOT)/.vim - cp dotfiles/.vimrc ~/.vimrc - cp dotfiles/.py3.vimrc ~/.py3.vimrc - cp -rp dotfiles/.vim/online_fxreader_pr34_vim ~/.vim/ + cp dotfiles/.vimrc $(INSTALL_ROOT)/.vimrc + cp dotfiles/.py3.vimrc $(INSTALL_ROOT)/.py3.vimrc + cp -rp dotfiles/.vim/online_fxreader_pr34_vim $(INSTALL_ROOT)/.vim/ dotfiles_tmux_put: mkdir -p $(INSTALL_ROOT)