[Groonga-commit] groonga/heroku-groonga-builder at afbb14d [build_kytea] Use msgpack-#{msgpack_version} instead of msgpack-#{msgpack_version}.tar.gz

Back to archive index

Ryo Sugimoto null+****@clear*****
Sun Sep 14 17:38:21 JST 2014


Ryo Sugimoto	2014-08-24 21:15:59 +0900 (Sun, 24 Aug 2014)

  New Revision: afbb14d61077ab6510866c0db8aaf1e24c6f8c91
  https://github.com/groonga/heroku-groonga-builder/commit/afbb14d61077ab6510866c0db8aaf1e24c6f8c91

  Message:
    Use msgpack-#{msgpack_version} instead of msgpack-#{msgpack_version}.tar.gz

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -3)
===================================================================
--- Rakefile    2014-08-24 20:35:30 +0900 (7da1db1)
+++ Rakefile    2014-08-24 21:15:59 +0900 (58fd616)
@@ -68,16 +68,16 @@ class GroongaBuilder
 
   def build_msgpack
     msgpack_version = "0.5.9"
-    msgpack_archive_name = "msgpack-#{msgpack_version}.tar.gz"
+    msgpack_archive_name = "msgpack-#{msgpack_version}"
     msgpack_prefix = File.join(@top_dir, File.join("vendor", "msgpack"))
     sh("curl",
        "--silent",
        "--remote-name",
        "--location",
-       "https://github.com/msgpack/msgpack-c/releases/download/cpp-#{msgpack_version}/#{msgpack_archive_name}")
+       "https://github.com/msgpack/msgpack-c/releases/download/cpp-#{msgpack_version}/#{msgpack_archive_name}.tar.gz")
     sh("tar", "xf", archive_name)
 
-    Dir.chdir("msgpack-#{msgpack_version}") do
+    Dir.chdir(msgpack_archive_name) do
       sh("./configure",
 	 "--prefix=#{msgpack_prefix}")
       sh("make", "-j4")
-------------- next part --------------
HTML����������������������������...
Download 



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