[Groonga-commit] groonga/heroku-groonga-builder at 768a446 [build-mecab] Add missing build_kytea

Zurück zum Archiv-Index

Ryo Sugimoto null+****@clear*****
Sun Sep 14 19:46:49 JST 2014


Ryo Sugimoto	2014-09-14 19:46:49 +0900 (Sun, 14 Sep 2014)

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

  Merged 92f9e03: Merge pull request #1 from kenhys/fix-typo-absolute

  Message:
    Add missing build_kytea

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -1)
===================================================================
--- Rakefile    2014-09-14 19:44:28 +0900 (649b138)
+++ Rakefile    2014-09-14 19:46:49 +0900 (0b79378)
@@ -15,6 +15,7 @@ class GroongaBuilder
 
   def run
     ensure_release
+    build_kytea
     build_mecab
     build_msgpack
     build_groonga
@@ -192,7 +193,7 @@ class GroongaBuilder
 
   def archive
     archive_name = "heroku-#{groonga_base_name}.tar.xz"
-    sh("tar", "cJf", archive_name, relative_install_prefix, relative_mecab_prefix)
+    sh("tar", "cJf", archive_name, relative_install_prefix, relative_mecab_prefix, relative_kytea_prefix)
     archive_name
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



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