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

Back to archive index

Ryo Sugimoto null+****@clear*****
Wed Sep 17 21:32:49 JST 2014


Ryo Sugimoto	2014-09-17 21:32:49 +0900 (Wed, 17 Sep 2014)

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

  Merged 295f173: Merge branch 'build_mecab' of github.com:groonga/heroku-groonga-builder into build-mecab

  Message:
    Fix a typo

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-09-17 20:00:23 +0900 (facf0f9)
+++ Rakefile    2014-09-17 21:32:49 +0900 (2e69be8)
@@ -149,7 +149,7 @@ class GroongaBuilder
     mecab_rc_content = mecab_rc_path.read
     naist_jdic_dir = File.join(absolete_install_prefix, "lib", "mecab", "dic", "naist-jdic")
     File.open(mecab_rc_path, "w") do |mecab_rc|
-      mecab_rc.print(mecab_rc_content.gsub(/^dicdir\s*=,+$/,
+      mecab_rc.print(mecab_rc_content.gsub(/^dicdir\s*=.+$/,
 					   "dicdir = #{naist_jdic_dir}"))
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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