diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-10 17:27:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-10 17:27:42 -0300 |
commit | 2bfe0849d0ea2a6453075391d2903571f61523ac (patch) | |
tree | 09baa31ebb643383bde59e792409d6b68aa3f6d2 /Makefile | |
parent | 0de6455d6b8b3b64caf5c4ab96b4166b02cf6655 (diff) |
End with user owned PREFIX
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |