summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-05 13:54:38 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-05 13:54:38 -0300
commit52b532ed5228f2415ae7790e30cf29dc941b13e3 (patch)
tree5f438ed347fd9e587422500f66438329a5a17c3a /Makefile
parent0b414a9942dc8efd808438bc4f8d3a6a3ade6503 (diff)
The Working Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index accda79..a5cfa59 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
PREFIX=/srv/git
USER=git
-SHELL=/usr/bin/git-shell
+GIT_SHELL=/usr/bin/git-shell
HACKERS=$(PWD)
# Create the user
user:
- useradd -d $(PREFIX) -m -r -s $(SHELL) -U
+ useradd -d $(PREFIX) -m -r -s $(GIT_SHELL) -U $(USER)
install: user
pushd $(PREFIX)