Fix path to the gitolite update hook

This commit is contained in:
Pierre-Yves Chibon 2015-01-21 11:01:03 +01:00
parent a1fa86f366
commit a0f3bc7aad

View file

@ -110,7 +110,7 @@ popd >/dev/null
# Setup our update hooks
mkdir -p $GITROOT/$PACKAGE.git/hooks/update-chained.d
ln -s /usr/share/gitolite/hooks/common/update \
ln -s /etc/gitolite/hooks/common/update \
$GITROOT/$PACKAGE.git/hooks/update-chained.d/update-gitolite
ln -s /usr/share/git-core/update-block-push-origin \
$GITROOT/$PACKAGE.git/hooks/update-chained.d/update-block-push-origin