Ryo Sugimoto
null+****@clear*****
Wed Nov 30 18:11:54 JST 2016
Ryo Sugimoto 2016-11-30 18:11:54 +0900 (Wed, 30 Nov 2016) New Revision: 7d45a37438bd25a03888a580fa0eeb88c4e7506f https://github.com/groonga/heroku-groonga-builder/commit/7d45a37438bd25a03888a580fa0eeb88c4e7506f Message: Modify LZ4 tarball url Copied files: #Rakefile# (from Rakefile) Modified files: Rakefile Copied: #Rakefile# (+2 -1) 99% =================================================================== --- Rakefile 2016-11-30 18:07:48 +0900 (724e5b4) +++ #Rakefile# 2016-11-30 18:11:54 +0900 (cf4cc5a) @@ -179,7 +179,8 @@ class GroongaBuilder "--location", "--fail", "https://github.com/Cyan4973/lz4/archive/#{lz4_version}.tar.gz") - sh("tar", "xf", "#{lz4_archive_name}.tar.gz") + sh("tar", "xf", "#{lz4_archive_name +}.tar.gz") Dir.chdir(lz4_archive_name) do sh("make", "install", "PREFIX=#{absolute_install_prefix}") Modified: Rakefile (+1 -1) =================================================================== --- Rakefile 2016-11-30 18:07:48 +0900 (724e5b4) +++ Rakefile 2016-11-30 18:11:54 +0900 (6fcbef2) @@ -178,7 +178,7 @@ class GroongaBuilder "--remote-header-name", "--location", "--fail", - "https://github.com/Cyan4973/lz4/archive/#{lz4_version}.tar.gz") + "https://github.com/lz4/lz4/archive/#{lz4_version}.tar.gz") sh("tar", "xf", "#{lz4_archive_name}.tar.gz") Dir.chdir(lz4_archive_name) do -------------- next part -------------- HTML����������������������������...Download