aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-09-28 15:50:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-09-28 15:50:31 +1300
commit308513c5f6313e57372d8b9bf57fe2ceb8a09a8c (patch)
treeeb04182758df67b6b6ff3d42934a7e0e7fb6ab7b /Makefile
parentUse install(1) rather than symlinking (diff)
downloaddotfiles-308513c5f6313e57372d8b9bf57fe2ceb8a09a8c.tar.gz
dotfiles-308513c5f6313e57372d8b9bf57fe2ceb8a09a8c.zip
Correct path for Pathogen symlink
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca4283d1..7f39594c 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,8 @@ install-vim :
git submodule update --init
cp -fR vim/bundle/* $(HOME)/.vim/bundle
rm -f $(HOME)/.vim/after/pathogen.vim
- ln -s $(HOME)/.vim/bundle/pathogen/autoload/pathogen.vim $(HOME)/.vim/after/pathogen.vim
+ ln -s $(HOME)/.vim/bundle/pathogen/autoload/pathogen.vim \
+ $(HOME)/.vim/autoload/pathogen.vim
install-wyrd :
install wyrd/wyrdrc $(HOME)/.wyrdrc