[Groonga-commit] groonga/groonga at 50948ce [master] package windows: fix object

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 15 10:22:30 JST 2017


Kouhei Sutou	2017-11-15 10:22:30 +0900 (Wed, 15 Nov 2017)

  New Revision: 50948ce001969d02fed8605d17643814a2f36280
  https://github.com/groonga/groonga/commit/50948ce001969d02fed8605d17643814a2f36280

  Message:
    package windows: fix object

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+1 -1)
===================================================================
--- packages/windows/Rakefile    2017-11-15 10:20:28 +0900 (68203d91f)
+++ packages/windows/Rakefile    2017-11-15 10:22:30 +0900 (53807773c)
@@ -561,7 +561,7 @@ namespace :pdb do
     sha256_path = "#{zip_path}.sha256"
     url = "https://packages.groonga.org/tmp/#{zip_path}"
     rm_f(zip_path)
-    download(url, ".")
+    download(url, Pathname.new("."))
     sh("7z", "x", zip_path)
     cd(dir_name) do
       sh("bin/generate-pdb.bat")
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171115/c63e2759/attachment.htm 



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