aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-09-28 15:56:12 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-09-28 15:56:12 +1300
commit9cb3f5b9a74f680742a3da56a2baf56cfb16e622 (patch)
tree7fe4b68fac0f90069c1286e3612af16455fa51af /Makefile
parentAdd appropriate permissions to install(1) calls (diff)
downloaddotfiles-9cb3f5b9a74f680742a3da56a2baf56cfb16e622.tar.gz
dotfiles-9cb3f5b9a74f680742a3da56a2baf56cfb16e622.zip
Another path correction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a542ff36..94add1cd 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/after/pathogen.vim
+ rm -f $(HOME)/.vim/autoload/pathogen.vim
ln -s $(HOME)/.vim/bundle/pathogen/autoload/pathogen.vim \
$(HOME)/.vim/autoload/pathogen.vim