[Groonga-commit] groonga/groonga at 5ee9b6c [master] Remove libzmq3 iif it exists

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 23 11:49:33 JST 2016


Kouhei Sutou	2016-01-23 11:49:33 +0900 (Sat, 23 Jan 2016)

  New Revision: 5ee9b6c7e56831e785b03be557c53646df43c3cb
  https://github.com/groonga/groonga/commit/5ee9b6c7e56831e785b03be557c53646df43c3cb

  Message:
    Remove libzmq3 iif it exists

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+3 -1)
===================================================================
--- data/travis/setup.sh    2016-01-23 11:48:35 +0900 (cfb1a1e)
+++ data/travis/setup.sh    2016-01-23 11:49:33 +0900 (f16fc32)
@@ -29,7 +29,9 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
   sudo make install > /dev/null
   cd ..
 else
-  sudo apt-get purge libzmq3
+  if dpkg -l libzmq3 > /dev/null 2&>1; then
+    sudo apt-get purge libzmq3
+  fi
 
   distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
   case $distribution in
-------------- next part --------------
HTML����������������������������...
Download 



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