mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Fix previous commit, wasn't actually setting up a symbolic link
This commit is contained in:
parent
44c3a91f8b
commit
74fc2b1227
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ fi
|
|||
# install pre-commit hook for doing clean commits
|
||||
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
|
||||
then
|
||||
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
chmod +x .git/hooks/pre-commit
|
||||
rm -f .git/hooks/pre-commit
|
||||
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue