]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - Makefile
variable assignment does not clone string...
[dsa-puppet.git] / Makefile
index d4fd6dfd49ca94cfda1d2969379707723db767f5..76f1bd14baa4d8bb79b75e141272e7229246d3d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ git_hooks:
        @if git config --get branch.master.rebase true >/dev/null; then \
                git config branch.master.rebase true; \
        fi
-       @ln -sf ../../tools/git_hooks/pre-commit .git/hooks/pre-commit
+       @ln -sf ../../tools/git-hooks/pre-commit .git/hooks/pre-commit
        @$(RM) .git/hooks/post-commit
 
 .PHONY: vim_helpers
 vim_helpers:
-       @rsync -a tools/vim ~/.vim/
+       @rsync -a tools/vim/ ~/.vim/