[Groonga-commit] droonga/droonga-engine at 49cfe0a [master] Use groonga repository for non initial case

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 11:03:51 JST 2014


YUKI Hiroshi	2014-09-29 11:03:51 +0900 (Mon, 29 Sep 2014)

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

  Message:
    Use groonga repository for non initial case

  Modified files:
    install.sh

  Modified: install.sh (+3 -1)
===================================================================
--- install.sh    2014-09-29 11:02:35 +0900 (f133b68)
+++ install.sh    2014-09-29 11:03:51 +0900 (ac0fb13)
@@ -229,7 +229,9 @@ install_master() {
 # ====================== for Debian/Ubuntu ==========================
 prepare_environment_in_debian() {
   local use_groonga_package=no
-  if ! apt-cache show libgroonga-dev; then
+  if apt-cache show libgroonga-dev; then
+    use_groonga_package=yes
+  else
   if [ "$(lsb_release -i -s)" = "Ubuntu" ]; then
     add-apt-repository -y ppa:groonga/ppa
     use_groonga_package=yes
-------------- next part --------------
HTML����������������������������...
Download 



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