From 39627969dac81be22aef4c0a50548f9e31ed19f9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 5 Jun 2018 13:11:57 +1200 Subject: Merge bundle install into one command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cc4ad1d..93d12a0b 100644 --- a/Makefile +++ b/Makefile @@ -525,8 +525,8 @@ install-vim-after-syntax: install-vim-bundle: install-vim-config find vim/bundle/*/* \ -type d -exec sh -c \ - 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; - find vim/bundle/*/*/* \ + 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; \ + -o \ -type f -exec sh -c \ 'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; vim -eT dumb -c 'helptags $(VIMDIR)/doc' -c quit -- cgit v1.2.3