aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:52:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:52:24 +1200
commit2ede961f1dc093312ba66ca65ecd2f230fc8b29b (patch)
treedc26d387626d1a0f96dd1030326e5a9d07a76aab /Makefile
parentMerge branch 'hotfix/v0.47.1' (diff)
downloaddotfiles-2ede961f1dc093312ba66ca65ecd2f230fc8b29b.tar.gz
dotfiles-2ede961f1dc093312ba66ca65ecd2f230fc8b29b.zip
Revert "Merge bundle install into one command"
This reverts commit 39627969dac81be22aef4c0a50548f9e31ed19f9. I remember now why this is required. Otherwise it copies in README.markdown and VERSION etc from the plugin roots.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93d12a0b..7cc4ad1d 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/*/}"' _ {} \; \
- -o \
+ 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
+ find vim/bundle/*/*/* \
-type f -exec sh -c \
'cp -p -- "$$1" $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
vim -eT dumb -c 'helptags $(VIMDIR)/doc' -c quit