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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 25 19:44:36 JST 2016


Kouhei Sutou	2016-02-25 19:44:36 +0900 (Thu, 25 Feb 2016)

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

  Message:
    Fix path

  Modified files:
    bin/release

  Modified: bin/release (+1 -1)
===================================================================
--- bin/release    2016-02-25 19:42:00 +0900 (369d87c)
+++ bin/release    2016-02-25 19:44:36 +0900 (583a0f5)
@@ -7,7 +7,7 @@ build_dir = ARGV.first
 app_dir = "/app"
 
 base_path = File.join(app_dir, "groonga")
-database_path = File.join(base_path, "database")
+database_path = File.join(base_path, "data", "db")
 
 build_groonga_dir = File.join(build_dir, "vendor", "groonga")
 app_groonga_dir = File.join(app_dir, "vendor", "groonga")
-------------- next part --------------
HTML����������������������������...
下載 



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