[Groonga-commit] groonga/heroku-groonga-builder at bbb0dc9 [build_kytea] Use absolete_mecab_prefix instead of mecab_prefix

Zurück zum Archiv-Index

Ryo Sugimoto null+****@clear*****
Sun Sep 14 10:35:28 JST 2014


Ryo Sugimoto	2014-09-14 10:35:28 +0900 (Sun, 14 Sep 2014)

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

  Message:
    Use absolete_mecab_prefix instead of mecab_prefix

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -3)
===================================================================
--- Rakefile    2014-09-14 10:15:27 +0900 (22bc4bd)
+++ Rakefile    2014-09-14 10:35:28 +0900 (7eb23ac)
@@ -35,7 +35,7 @@ class GroongaBuilder
     File.join(@top_dir, "vendor", "msgpack")
   end
   
-  def mecab_prefix
+  def absolete_mecab_prefix
     File.join(@top_dir, "vendor", "mecab")
   end
 
@@ -94,7 +94,7 @@ class GroongaBuilder
 
     Dir.chdir(mecab_archive_name) do
       sh("./configure",
-	 "--prefix=#{mecab_prefix}")
+	 "--prefix=#{absolete_mecab_prefix}")
       sh("make")
       sh("make", "check")
       sh("make", "install")
@@ -111,7 +111,7 @@ class GroongaBuilder
     sh("tar", "xf", "#{ipadic_archive_name}.tar.gz")
     Dir.chdir(ipadic_archive_name) do
       sh("./configure",
-	 "--prefix=#{mecab_prefix}",
+	 "--prefix=#{absolete_mecab_prefix}",
 	 "--with-mecab-config=#{mecab_config}")
       sh("make")
       sh("make", "install")
-------------- next part --------------
HTML����������������������������...
Download 



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