From b269d3f46f299e1123dacbf6be25f44abe1a305b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 7 Oct 2013 09:37:24 +0000 Subject: mgagit: Keep the post commit stuff out of /usr/local/bin --- deployment/mgagit/templates/git-post-receive-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/mgagit/templates/git-post-receive-hook') diff --git a/deployment/mgagit/templates/git-post-receive-hook b/deployment/mgagit/templates/git-post-receive-hook index 01849ff4..72680d5a 100755 --- a/deployment/mgagit/templates/git-post-receive-hook +++ b/deployment/mgagit/templates/git-post-receive-hook @@ -4,7 +4,7 @@ import sys import os import re -LIBDIR = '/usr/local/bin' +LIBDIR = '<%= @gitolite_commonhooksdir %>' sys.path.insert(0, LIBDIR) import git_multimail -- cgit v1.2.1