[Groonga-commit] groonga/heroku-groonga-builder at 4441cb8 [master] Untabify

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 11 13:00:14 JST 2015


Kouhei Sutou	2015-02-11 13:00:14 +0900 (Wed, 11 Feb 2015)

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

  Message:
    Untabify

  Modified files:
    Rakefile

  Modified: Rakefile (+5 -5)
===================================================================
--- Rakefile    2015-02-11 12:59:37 +0900 (f0fd312)
+++ Rakefile    2015-02-11 13:00:14 +0900 (2bb8074)
@@ -93,7 +93,7 @@ class GroongaBuilder
 
     Dir.chdir(mecab_archive_name) do
       sh("./configure",
-	 "--prefix=#{absolute_mecab_prefix}")
+         "--prefix=#{absolute_mecab_prefix}")
       sh("make")
       sh("make", "check")
       sh("make", "install")
@@ -111,9 +111,9 @@ class GroongaBuilder
 
     Dir.chdir(naist_jdic_archive_name) do
       sh("./configure",
-	 "--prefix=#{absolute_mecab_prefix}",
-	 "--with-mecab-config=#{mecab_config}",
-	 "--with-charset=utf8")
+         "--prefix=#{absolute_mecab_prefix}",
+         "--with-mecab-config=#{mecab_config}",
+         "--with-charset=utf8")
       sh("make")
       sh("make", "install-data")
     end
@@ -124,7 +124,7 @@ class GroongaBuilder
     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}"))
+                                           "dicdir = #{naist_jdic_dir}"))
     end
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



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