Navigation Menu

Skip to content

Commit

Permalink
Fix a typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 14, 2014
1 parent e39e054 commit 6178119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -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)
Expand Down

0 comments on commit 6178119

Please sign in to comment.