mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Automatic update of common submodule
From b319909 to 86e4663
This commit is contained in:
parent
c247117990
commit
bcbe201e02
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 \);
|
if test ! \( -x .git/hooks/pre-commit -a -L .git/hooks/pre-commit \);
|
||||||
then
|
then
|
||||||
rm -f .git/hooks/pre-commit
|
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
|
fi
|
||||||
|
|
||||||
# GNU gettext automake support doesn't get along with git.
|
# 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