[gnome-chess] Fix style-checker with new libgnome-games-support



commit 9b9d126a53967ba617de2bab983b7e57be510f78
Author: Sahil Sareen <sahil sareen hotmail com>
Date:   Mon Aug 15 21:40:35 2016 +0100

    Fix style-checker with new libgnome-games-support

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6482422..6ef8fc6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ cd $srcdir
 if [ -d $srcdir/.git ]; then
        for HOOK in pre-commit pre-applypatch; do
                 if [ ! -L $srcdir/.git/hooks/$HOOK ]; then
-                        ln -s ../../../libgames-support/style-checker \
+                        ln -s ../../../libgnome-games-support/style-checker \
                                 $srcdir/.git/hooks/$HOOK && echo "Enabled $HOOK style checker."
                 fi
         done


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]