diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | git-hooks/hackers-update (renamed from git-hooks/post-receive) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ install: check chmod 700 $(PREFIX) && \ chmod 700 .ssh && \ chmod 600 .ssh/authorized_keys && \ - ln -s $(PREFIX)/.ssh/git-hooks/* hackers.git/hooks/ && \ + ln -s $(PREFIX)/.ssh/git-hooks/hackers-update hackers.git/hooks/post-receive && \ ln -s $(PREFIX)/.ssh/git-shell-commands && \ chown -R $(USER):$(USER) $(PREFIX) diff --git a/git-hooks/post-receive b/git-hooks/hackers-update index b78c54d..b78c54d 100755 --- a/git-hooks/post-receive +++ b/git-hooks/hackers-update |