--- 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
