[Groonga-mysql-commit] mroonga/homebrew-mroonga at 2318cbb [master] Use "command, arguments" style

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 30 18:41:23 JST 2015


Kouhei Sutou	2015-11-30 18:41:23 +0900 (Mon, 30 Nov 2015)

  New Revision: 2318cbb69d0d83c20c23ef6510910da8d7688adf
  https://github.com/mroonga/homebrew-mroonga/commit/2318cbb69d0d83c20c23ef6510910da8d7688adf

  Message:
    Use "command, arguments" style

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+1 -1)
===================================================================
--- mroonga.rb    2015-11-01 12:20:09 +0900 (8eaf633)
+++ mroonga.rb    2015-11-30 18:41:23 +0900 (cfcf400)
@@ -144,7 +144,7 @@ class Mroonga < Formula
     configure_args = build_configure_args(mysql_source_path, mysql_config_path)
     system("./configure", *configure_args)
     system("make")
-    system("make install")
+    system("make", "install")
     system("mysql -uroot < '#{install_sql_path}' || true")
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



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