aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-09-28 16:11:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-09-28 16:11:00 +1300
commit52f19fb2bf277bfe890e4f020a72f61cf1805ade (patch)
tree9a0d1be23e3287a8f20057920f766829f36a76b7 /Makefile
parentRemove .git and .gitignore files from submods (diff)
downloaddotfiles-52f19fb2bf277bfe890e4f020a72f61cf1805ade.tar.gz
dotfiles-52f19fb2bf277bfe890e4f020a72f61cf1805ade.zip
Remove .git stuff recursively
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0fc03b6..af58d39b 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ install-vim :
install -m 0644 vim/after/plugin/* $(HOME)/.vim/after/plugin
git submodule update --init
cp -fR vim/bundle/* $(HOME)/.vim/bundle
- rm -f $(HOME)/.vim/bundle/*/.git*
+ rm -fr $(HOME)/.vim/bundle/*/.git*
rm -f $(HOME)/.vim/autoload/pathogen.vim
ln -s $(HOME)/.vim/bundle/pathogen/autoload/pathogen.vim \
$(HOME)/.vim/autoload/pathogen.vim