summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rwxr-xr-xSConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index fbc52ccd5..ce53a51c0 100755
--- a/SConstruct
+++ b/SConstruct
@@ -407,8 +407,8 @@ def install_git_style_hooks():
# and the hooks directory is not a symlink to an absolute path.
if hook.is_under(main.root) and not abs_symlink_hooks:
script_path = os.path.relpath(
- script.get_abspath(),
- hook.Dir(".").get_abspath())
+ os.path.realpath(script.get_abspath()),
+ os.path.realpath(hook.Dir(".").get_abspath()))
else:
script_path = script.get_abspath()