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:
parent
18e0269dc6
commit
6a3c5d05c7
0
make/git-hooks/prepare-commit-msg
Normal file → Executable file
0
make/git-hooks/prepare-commit-msg
Normal file → Executable file
@ -952,7 +952,7 @@ android_sdk_update:
|
|||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
$(V0) @echo " Installing GIT hooks under $(ROOT_DIR)/.git/hooks"
|
$(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/"
|
||||||
|
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
Loading…
Reference in New Issue
Block a user