[Groonga-commit] groonga/groonga-normalizer-mysql [master] travis: add groonga package existing check before libgroonga-dev install

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 6 11:40:44 JST 2013


Kouhei Sutou	2013-02-06 11:40:44 +0900 (Wed, 06 Feb 2013)

  New Revision: 3d680590df642e0c2e1ff7dc396c1a30372ab754
  https://github.com/groonga/groonga-normalizer-mysql/commit/3d680590df642e0c2e1ff7dc396c1a30372ab754

  Log:
    travis: add groonga package existing check before libgroonga-dev install

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+3 -1)
===================================================================
--- data/travis/setup.sh    2013-02-06 11:22:17 +0900 (68c4404)
+++ data/travis/setup.sh    2013-02-06 11:40:44 +0900 (6ee0d42)
@@ -19,7 +19,9 @@
 set -e
 
 if [ "$GROONGA_NORMALIZER_MYSQL_MASTER" = "yes" ]; then
-    sudo apt-get install -qq -y -V libgroonga-dev
+    if ! pkg-config --exist groonga; then
+      sudo apt-get install -qq -y -V libgroonga-dev
+    fi
     git clone --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git
     cd groonga-normalizer-mysql
     ./autogen.sh
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index