Kouhei Sutou
null+****@clear*****
Sat Jun 14 22:40:25 JST 2014
Kouhei Sutou 2014-06-14 22:40:25 +0900 (Sat, 14 Jun 2014) New Revision: 617811973c783d5b3b5bcd499c1c75fad6a0c782 https://github.com/groonga/heroku-buildpack-rroonga/commit/617811973c783d5b3b5bcd499c1c75fad6a0c782 Message: Fix a typo... Modified files: bin/compile Modified: bin/compile (+1 -1) =================================================================== --- bin/compile 2014-06-14 22:34:53 +0900 (fe74de8) +++ bin/compile 2014-06-14 22:40:25 +0900 (94035aa) @@ -180,7 +180,7 @@ arguments = Arguments.new(*ARGV) groonga_base_path = File.join(arguments.build_dir, "groonga") ENV["GROONGA_BASE_PATH"] = groonga_base_path -groonga_database_path = File.join(groonga_base_dir, "database") +groonga_database_path = File.join(groonga_base_path, "database") ENV["GROONGA_DATABASE_PATH"] = groonga_database_path builder = BuildpackBuilder.new("Groonga", "groonga/groonga", arguments) -------------- next part -------------- HTML����������������������������...Download