[Groonga-commit] groonga/heroku-buildpack-groonga at 48b8cbe [master] Add debug print

Back to archive index

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


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

  New Revision: 48b8cbe0634c8fb3fc39e176a7fd7a3610f0da5e
  https://github.com/groonga/heroku-buildpack-groonga/commit/48b8cbe0634c8fb3fc39e176a7fd7a3610f0da5e

  Message:
    Add debug print

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -0)
===================================================================
--- bin/compile    2016-02-23 00:00:19 +0900 (effbe07)
+++ bin/compile    2016-02-23 00:01:10 +0900 (946b4ce)
@@ -123,6 +123,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"
+  sh("ls", "-laR", ENV["GRN_PLUGINS_DIR"])
   mkdir_p(File.dirname(database_path))
   sh("groonga", "-n", database_path, "quit")
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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