X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=blobdiff_plain;f=Makefile;h=76f1bd14baa4d8bb79b75e141272e7229246d3d9;hp=d4fd6dfd49ca94cfda1d2969379707723db767f5;hb=cdf648b13dacc11edd25af11c93a67dbe7097743;hpb=60b23413cd71b3326458de03483b77ac7fb50676 diff --git a/Makefile b/Makefile index d4fd6dfd..76f1bd14 100644 --- 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/