Kouhei Sutou
null+****@clear*****
Thu Aug 28 22:31:18 JST 2014
Kouhei Sutou 2014-08-28 22:31:18 +0900 (Thu, 28 Aug 2014) New Revision: e3da3fb3a112f5f561d93a1e9c9dc75d7fdd7462 https://github.com/groonga/groonga/commit/e3da3fb3a112f5f561d93a1e9c9dc75d7fdd7462 Message: package windows: use ruby-mode.el style multi-line Array literal Modified files: packages/windows/Rakefile Modified: packages/windows/Rakefile (+8 -6) =================================================================== --- packages/windows/Rakefile 2014-08-28 22:19:39 +0900 (bc02b2d) +++ packages/windows/Rakefile 2014-08-28 22:31:18 +0900 (e924c26) @@ -184,12 +184,14 @@ namespace :build do end Dir.chdir(tmp_dir + "groonga-#{groonga_version}") do mecab_config = binary_dir + "bin" + "mecab-config" - options = ["--prefix=#{binary_dir}", - "--host=#{host}", - "--without-cutter", - "--disable-benchmark", - "--disable-groonga-httpd", - "--with-message-pack=#{binary_dir}"] + options = [ + "--prefix=#{binary_dir}", + "--host=#{host}", + "--without-cutter", + "--disable-benchmark", + "--disable-groonga-httpd", + "--with-message-pack=#{binary_dir}", + ] if mecab_config.exist? options << "--with-mecab-config=#{mecab_config}" else -------------- next part -------------- HTML����������������������������... 다운로드