[Groonga-commit] groonga/groonga at b74e4fe [master] package windows: fix file name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 16 16:40:21 JST 2015


Kouhei Sutou	2015-08-16 16:40:21 +0900 (Sun, 16 Aug 2015)

  New Revision: b74e4fe788679d82b9ca5bb06b4c2a4ec130583a
  https://github.com/groonga/groonga/commit/b74e4fe788679d82b9ca5bb06b4c2a4ec130583a

  Message:
    package windows: fix file name

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+1 -1)
===================================================================
--- packages/windows/Rakefile    2015-08-16 16:08:33 +0900 (4f3c901)
+++ packages/windows/Rakefile    2015-08-16 16:40:21 +0900 (bd25047)
@@ -157,7 +157,7 @@ namespace :build do
 
       msgpack_license_dir = license_dir + "msgpack"
       mkdir_p(msgpack_license_dir)
-      files = ["AUTHORS", "COPYING", "LICENSE"]
+      files = ["README", "COPYING", "LICENSE"]
       cp(files, msgpack_license_dir)
     end
   end
-------------- next part --------------
HTML����������������������������...
Download 



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