summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-10 17:27:42 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-10 17:27:42 -0300
commit2bfe0849d0ea2a6453075391d2903571f61523ac (patch)
tree09baa31ebb643383bde59e792409d6b68aa3f6d2 /Makefile
parent0de6455d6b8b3b64caf5c4ab96b4166b02cf6655 (diff)
End with user owned PREFIX
Diffstat (limited to 'Makefile')
-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)