aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-09-28 18:07:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-09-28 18:07:28 +1300
commit7613ed2ebc89ff395ede436a26731a54ffd19b5a (patch)
treed75ab6f0d5002d0b96b8b8687a32134a36325170 /Makefile
parentRemove .git stuff recursively (diff)
downloaddotfiles-7613ed2ebc89ff395ede436a26731a54ffd19b5a.tar.gz
dotfiles-7613ed2ebc89ff395ede436a26731a54ffd19b5a.zip
Use a relative symlink
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af58d39b..ee637130 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ install-vim :
cp -fR vim/bundle/* $(HOME)/.vim/bundle
rm -fr $(HOME)/.vim/bundle/*/.git*
rm -f $(HOME)/.vim/autoload/pathogen.vim
- ln -s $(HOME)/.vim/bundle/pathogen/autoload/pathogen.vim \
+ ln -s ../bundle/pathogen/autoload/pathogen.vim \
$(HOME)/.vim/autoload/pathogen.vim
install-wyrd :