mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Automatic update of common submodule
From b319909 to 86e4663
This commit is contained in:
parent
271093d633
commit
d60c46920b
2 changed files with 6 additions and 2 deletions
|
@ -37,7 +37,11 @@ fi
|
|||
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
|
||||
then
|
||||
rm -f .git/hooks/pre-commit
|
||||
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
if ! ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit 2> /dev/null
|
||||
then
|
||||
echo "Failed to create commit hook symlink, copying instead ..."
|
||||
cp common/hooks/pre-commit.hook .git/hooks/pre-commit
|
||||
fi
|
||||
fi
|
||||
|
||||
# GNU gettext automake support doesn't get along with git.
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit b3199090fa16a545d585a54deaa61b687ac369e1
|
||||
Subproject commit 86e46630ed8af8d94796859db550a9c3d89c9f65
|
Loading…
Reference in a new issue