[Groonga-commit] droonga/droonga-engine at c6e2f67 [master] Detect groonga repository more smartly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 11:37:35 JST 2014


YUKI Hiroshi	2014-09-29 11:37:35 +0900 (Mon, 29 Sep 2014)

  New Revision: c6e2f67c005e6f79e23a1ef809f959a77e0b3c46
  https://github.com/droonga/droonga-engine/commit/c6e2f67c005e6f79e23a1ef809f959a77e0b3c46

  Message:
    Detect groonga repository more smartly

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2014-09-29 11:04:16 +0900 (5dfd7e1)
+++ install.sh    2014-09-29 11:37:35 +0900 (a005c1a)
@@ -229,7 +229,7 @@ install_master() {
 # ====================== for Debian/Ubuntu ==========================
 prepare_environment_in_debian() {
   local use_groonga_package=no
-  if apt-cache show libgroonga-dev; then
+  if apt-cache policy | grep --quiet groonga; then
     use_groonga_package=yes
   else
     if [ "$(lsb_release -i -s)" = "Ubuntu" ]; then
-------------- next part --------------
HTML����������������������������...
Download 



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