[Groonga-commit] groonga/heroku-buildpack-groonga at 0289c06 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 00:10:00 JST 2016


Kouhei Sutou	2016-02-23 00:10:00 +0900 (Tue, 23 Feb 2016)

  New Revision: 0289c061afac3892462587cdb4b99919da9bb065
  https://github.com/groonga/heroku-buildpack-groonga/commit/0289c061afac3892462587cdb4b99919da9bb065

  Message:
    Fix a typo

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -1)
===================================================================
--- bin/compile    2016-02-23 00:09:30 +0900 (89d8c95)
+++ bin/compile    2016-02-23 00:10:00 +0900 (976d790)
@@ -117,7 +117,7 @@ Dir.chdir(build_dir) do
   ENV["LD_LIBRARY_PATH"] = build_path_environment_value(ld_library_paths)
   ENV["GRN_PLUGINS_DIR"] = "#{absolete_prefix}/lib/groonga/plugins"
   ENV["GRN_RUBY_SCRIPTS_DIR"] = "#{absolete_prefix}/lib/groonga/scripts/ruby"
-  ENV["MECABRC"] = "#{builddir}/vendor/mecab/etc/mecabrc"
+  ENV["MECABRC"] = "#{build_dir}/vendor/mecab/etc/mecabrc"
   mkdir_p(File.dirname(database_path))
   sh("groonga", "--log-path", "/tmp/log", "--log-level", "debug", "-n", database_path, "quit")
   puts(File.read("/tmp/log"))
-------------- next part --------------
HTML����������������������������...
Download 



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