mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
autogen.sh: actually setting up a symbolic link for the pre-commit hook
This commit is contained in:
parent
b7f617ad58
commit
e1d532d7bd
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,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
|
||||||
|
|
||||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
||||||
|
|
Loading…
Reference in a new issue