[Groonga-commit] long-long-float/droonga-engine at 10cf1aa [master] Don't install needless package.

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Thu Sep 4 18:44:24 JST 2014


YUKI Hiroshi	2014-09-04 18:44:24 +0900 (Thu, 04 Sep 2014)

  New Revision: 10cf1aac6d4097f352aa21ebf5957dd47b947d67
  https://github.com/long-long-float/droonga-engine/commit/10cf1aac6d4097f352aa21ebf5957dd47b947d67

  Message:
    Don't install needless package.
    
    "npm" is required by droonga-http-server, not droonga-engine.

  Modified files:
    script/install.sh

  Modified: script/install.sh (+1 -1)
===================================================================
--- script/install.sh    2014-09-04 18:43:09 +0900 (976fcb8)
+++ script/install.sh    2014-09-04 18:44:24 +0900 (be21b91)
@@ -54,7 +54,7 @@ install_in_debian() {
 install_in_centos() {
   yum update
   yum -y groupinstall development
-  yum -y install ruby-devel npm
+  yum -y install ruby-devel
   gem install droonga-engine --no-rdoc --no-ri
 
   # add droonga-engine user and create files
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index