[Groonga-commit] groonga/heroku-groonga-builder at fef9aa7 [master] Fix a typo

Back to archive index

Ryo Sugimoto null+****@clear*****
Thu Sep 18 19:33:22 JST 2014


Ryo Sugimoto	2014-09-18 19:33:22 +0900 (Thu, 18 Sep 2014)

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

  Message:
    Fix a typo

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-09-18 19:04:46 +0900 (2fd1441)
+++ Rakefile    2014-09-18 19:33:22 +0900 (17d546f)
@@ -149,7 +149,7 @@ class GroongaBuilder
     mecab_rc_content = File.open(mecab_rc_path, "r") do |mecab_rc|
       mecab_rc.read
     end
-    naist_jdic_dir = File.join(absolete_install_prefix, "lib", "mecab", "dic", "naist-jdic")
+    naist_jdic_dir = File.join(absolute_mecab_prefix, "lib", "mecab", "dic", "naist-jdic")
     File.open(mecab_rc_path, "w") do |mecab_rc|
       mecab_rc.print(mecab_rc_content.gsub(/^dicdir\s*=.+$/,
 					   "dicdir = #{naist_jdic_dir}"))
-------------- next part --------------
HTML����������������������������...
Download 



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