aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:55:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:55:32 +1200
commit14d8f49b82501ff358fb221117d30bfecf2c0629 (patch)
tree5ce5b5ba6bce9f16e277ea5b2a55ceb3167ab88c
parentMerge branch 'hotfix/v0.47.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-14d8f49b82501ff358fb221117d30bfecf2c0629.tar.gz
dotfiles-14d8f49b82501ff358fb221117d30bfecf2c0629.zip
Merge branch 'hotfix/v0.47.2'v0.47.2
* hotfix/v0.47.2: Bump VERSION Revert "Merge bundle install into one command"
-rw-r--r--Makefile4
-rw-r--r--VERSION4
2 files changed, 4 insertions, 4 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
diff --git a/VERSION b/VERSION
index 5321321f..e5427f3b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.47.1
-Tue Jun 5 01:41:22 UTC 2018
+tejr dotfiles v0.47.2
+Tue Jun 5 01:54:58 UTC 2018