[gnome-mines] Update autogen.sh for new style checker location



commit 03a887f96810d14edbcbc7679f684a296ccfac48
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 16 00:32:14 2016 +0200

    Update autogen.sh for new style checker location

 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 941dd06..0c05d44 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,10 +15,10 @@ cd $srcdir
 # Use the style-checker as pre-commit and pre-applypatch hooks
 if [ -d $srcdir/.git ]; then
         if [ ! -L $srcdir/.git/hooks/pre-commit ]; then
-            ln -s ../../../libgames-support/style-checker $srcdir/.git/hooks/pre-commit && echo "Enabled 
pre-commit style checker." || :
+            ln -s ../../../libgnome-games-support/style-checker $srcdir/.git/hooks/pre-commit && echo 
"Enabled pre-commit style checker." || :
         fi
         if [ ! -L $srcdir/.git/hooks/pre-applypatch ]; then
-            ln -s ../../../libgames-support/style-checker $srcdir/.git/hooks/pre-applypatch && echo "Enabled 
pre-applypatch style checker." || :
+            ln -s ../../../libgnome-games-support/style-checker $srcdir/.git/hooks/pre-applypatch && echo 
"Enabled pre-applypatch style checker." || :
         fi
 fi
 


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