[Groonga-commit] groonga/heroku-groonga-builder at e4dfdc8 [master] Fix missing absolute_mecab_prefix < absolete_mecab_prefix

Zurück zum Archiv-Index

Ryo Sugimoto null+****@clear*****
Thu Sep 18 19:52:06 JST 2014


Ryo Sugimoto	2014-09-18 19:52:06 +0900 (Thu, 18 Sep 2014)

  New Revision: e4dfdc8cfad1d6aab0a7db09c83c4871357a581e
  https://github.com/groonga/heroku-groonga-builder/commit/e4dfdc8cfad1d6aab0a7db09c83c4871357a581e

  Message:
    Fix missing absolute_mecab_prefix < absolete_mecab_prefix

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-09-18 19:43:52 +0900 (e28b8ff)
+++ Rakefile    2014-09-18 19:52:06 +0900 (2590c2b)
@@ -145,7 +145,7 @@ class GroongaBuilder
       sh("make")
       sh("make", "install-data")
     end
-    mecab_rc_path = File.join(absolete_mecab_prefix, "etc", "mecabrc")
+    mecab_rc_path = File.join(absolute_mecab_prefix, "etc", "mecabrc")
     mecab_rc_content = File.open(mecab_rc_path, "r") do |mecab_rc|
       mecab_rc.read
     end
-------------- next part --------------
HTML����������������������������...
Download 



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