From 2bfe0849d0ea2a6453075391d2903571f61523ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 10 Sep 2012 17:27:42 -0300 Subject: End with user owned PREFIX --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3