[Groonga-commit] pgroonga/pgroonga at 7567348 [master] Bundle MeCab for Windows

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 30 09:43:54 JST 2015


Kouhei Sutou	2015-10-30 09:43:54 +0900 (Fri, 30 Oct 2015)

  New Revision: 7567348fb2ebfb852f8fb8be1be5e66d6808e0a1
  https://github.com/pgroonga/pgroonga/commit/7567348fb2ebfb852f8fb8be1be5e66d6808e0a1

  Message:
    Bundle MeCab for Windows

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -0)
===================================================================
--- Rakefile    2015-10-30 09:43:34 +0900 (14577b6)
+++ Rakefile    2015-10-30 09:43:54 +0900 (5a0403c)
@@ -108,6 +108,9 @@ file windows_archive_name => dist_files do
   rm_rf(groonga_base_name)
   sh("unzip", groonga_archive_name)
   rm(groonga_archive_name)
+  cd("#{groonga_base_name}/vendor") do
+    ruby("download_mecab.rb")
+  end
   mkdir_p("#{archive_base_name}/vendor")
   mv(groonga_base_name, "#{archive_base_name}/vendor/groonga")
   rm_f(windows_archive_name)
-------------- next part --------------
HTML����������������������������...
Download 



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