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