summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc103f1..a1a7bef 100644
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,5 @@ install:
chmod 700 .ssh && \
chmod 600 .ssh/authorized_keys && \
ln -s $(PREFIX)/.ssh/git-hooks/* hackers.git/hooks/ && \
- ln -s $(PREFIX)/.ssh/git-shell-commands
+ ln -s $(PREFIX)/.ssh/git-shell-commands && \
+ chown -R $(USER):$(USER) $(PREFIX)