summaryrefslogtreecommitdiff
path: root/devel/gitolite2/files/patch-gl-setup
blob: c43173fe9d7e163d94b4951b9513843761ea5948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- src/gl-setup	2011-07-26 11:16:41.000000000 -0700
+++ src/gl-setup	2011-07-28 04:02:41.000000000 -0700
@@ -107,7 +107,7 @@
 
 # now we get to gitolite itself
 
-gl-install -q
+${GL_BINDIR}/gl-install -q
 
 [ -f $GL_ADMINDIR/conf/gitolite.conf ] || {
     cat <<EOF | cut -c9- > $GL_ADMINDIR/conf/gitolite.conf
@@ -121,7 +121,7 @@
 [ -n "$pubkey_file" ] && cp $pubkey_file $GL_ADMINDIR/keydir
 
 touch $HOME/.ssh/authorized_keys
-gl-compile-conf -q
+${GL_BINDIR}/gl-compile-conf -q
 
 # setup push-to-admin
 (
@@ -133,4 +133,4 @@
 
 # now that the admin repo is created, you have to set the hooks properly; best
 # do it by running install again
-gl-install -q
+${GL_BINDIR}/gl-install -q