From: Christian Grothoff Date: Sat, 5 Oct 2019 12:44:36 +0000 (+0200) Subject: fix path X-Git-Tag: v0.11.7~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ecb8bb63d92da4f603cb2b73695240cfb8cea46;p=oweals%2Fgnunet.git fix path --- diff --git a/bootstrap b/bootstrap index 1ff25a753..3972863be 100755 --- a/bootstrap +++ b/bootstrap @@ -16,7 +16,7 @@ if existence uncrustify; then # Install uncrustify format symlink (if possible) ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null # Install pre-commit hook (if possible) - ln -s contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null + ln -s ../../contrib/uncrustify_precommit .git/hooks/pre-commit 2> /dev/null else echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" fi