[Groonga-commit] groonga/heroku-buildpack-groonga at 78b3688 [master] Fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 09:32:08 JST 2016


Kouhei Sutou	2016-02-23 09:32:08 +0900 (Tue, 23 Feb 2016)

  New Revision: 78b3688d7bf456901be09e8181d20095dee6c9fe
  https://github.com/groonga/heroku-buildpack-groonga/commit/78b3688d7bf456901be09e8181d20095dee6c9fe

  Message:
    Fix path

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -1)
===================================================================
--- bin/compile    2016-02-23 09:24:07 +0900 (e2f3d03)
+++ bin/compile    2016-02-23 09:32:08 +0900 (a4056d6)
@@ -183,7 +183,7 @@ export PKG_CONFIG_PATH="#{pkg_config_paths.join(File::PATH_SEPARATOR)}:$PKG_CONF
 export GRN_PLUGINS_DIR="#{ENV["GRN_PLUGINS_DIR"]}"
 export GRN_RUBY_SCRIPTS_DIR="#{ENV["GRN_RUBY_SCRIPTS_DIR"]}"
 export MECABRC="#{ENV["MECABRC"]}"
-export GROONGA_DATABASE_PATH="#{absolete_prefix}/#{database_path}"
+export GROONGA_DATABASE_PATH="#{build_dir}/#{database_path}"
     EXPORT
   end
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



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