[Groonga-commit] groonga/heroku-buildpack-groonga at 5a50584 [master] Fix path

Back to archive index

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


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

  New Revision: 5a50584b263c14803ac411b66308e362317f8079
  https://github.com/groonga/heroku-buildpack-groonga/commit/5a50584b263c14803ac411b66308e362317f8079

  Message:
    Fix path

  Modified files:
    bin/compile

  Modified: bin/compile (+2 -3)
===================================================================
--- bin/compile    2016-02-22 23:57:17 +0900 (f91dd16)
+++ bin/compile    2016-02-23 00:00:19 +0900 (effbe07)
@@ -121,9 +121,8 @@ Dir.chdir(build_dir) do
   ]
   ld_library_paths = [lib_dir] + base_ld_library_paths
   ENV["LD_LIBRARY_PATH"] = build_path_environment_value(ld_library_paths)
-  ENV["GRN_PLUGINS_DIR"] = "#{absolete_prefix}/plugins"
-  ENV["GRN_RUBY_SCRIPTS_DIR"] = "#{absolete_prefix}/lib/mrb/scripts"
-  sh("ls", "-laR", ENV["GRN_PLUGINS_DIR"])
+  ENV["GRN_PLUGINS_DIR"] = "#{absolete_prefix}/lib/groonga/plugins"
+  ENV["GRN_RUBY_SCRIPTS_DIR"] = "#{absolete_prefix}/lib/groonga/scripts/ruby"
   mkdir_p(File.dirname(database_path))
   sh("groonga", "-n", database_path, "quit")
 
-------------- next part --------------
HTML����������������������������...
Download 



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