Navigation Menu

Skip to content

Commit

Permalink
package windows: use "Groonga" form
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 2, 2015
1 parent d880dc6 commit a5adfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/windows/Rakefile
@@ -1,6 +1,6 @@
# -*- coding: utf-8; mode: ruby -*-
#
# Copyright (C) 2011-2014 Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2011-2015 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -230,7 +230,7 @@ namespace :build do
end
end

desc "Build groonga and install it into #{dist_dir}/."
desc "Build Groonga and install it into #{dist_dir}/."
task :groonga do
tmp_dir = Pathname.new("tmp/groonga")
rm_rf(tmp_dir)
Expand Down

0 comments on commit a5adfb6

Please sign in to comment.