1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-1160 fix +x attribute for prepare commit hook, force overwrite of destination during prepare

This commit is contained in:
Alessio Morale 2014-01-13 22:00:20 +01:00
parent 18e0269dc6
commit 6a3c5d05c7
2 changed files with 1 additions and 1 deletions

0
make/git-hooks/prepare-commit-msg Normal file → Executable file
View File

View File

@ -952,7 +952,7 @@ android_sdk_update:
prepare:
$(V0) @echo " Installing GIT hooks under $(ROOT_DIR)/.git/hooks"
$(V1) $(CP) "$(ROOT_DIR)/make/git-hooks"/* "$(ROOT_DIR)/.git/hooks/"
$(V1) $(CP) --remove-destination "$(ROOT_DIR)/make/git-hooks"/* "$(ROOT_DIR)/.git/hooks/"
##############################