Whamcloud - gitweb
LU-2829 tests: sanityn/33a cleanup messages for zfs
[fs/lustre-release.git] / autogen.sh
index b0706b4..3a40a5e 100644 (file)
@@ -4,7 +4,7 @@
 
 # install Lustre Git commit hooks by default - LU-2083
 for HOOK in commit-msg prepare-commit-msg; do
-       [ -e .git/hooks/$HOOK ] || ln -sf ../build/$HOOK .git/hooks/
+       [ -e .git/hooks/$HOOK ] || ln -sf ../../build/$HOOK .git/hooks/
 done
 
 echo "Checking for a complete tree..."