docker: replace inreplace with upstream patch.
This commit is contained in:
parent
e829068bba
commit
af849209cb
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ class Docker < Formula
|
|||
[
|
||||
"https://github.com/dotcloud/docker/commit/6174ba.patch",
|
||||
"https://github.com/dotcloud/docker/commit/f794fb.patch",
|
||||
"https://github.com/dotcloud/docker/commit/32535e.patch",
|
||||
]
|
||||
end
|
||||
|
||||
|
@ -26,7 +27,6 @@ class Docker < Formula
|
|||
def install
|
||||
ENV["GIT_DIR"] = downloader.cached_location/".git"
|
||||
ENV["AUTO_GOPATH"] = "1"
|
||||
inreplace "hack/make/dynbinary", "sha1sum", "shasum"
|
||||
|
||||
system "hack/make.sh", "dynbinary"
|
||||
bin.install "bundles/0.8.0/dynbinary/docker-0.8.0" => "docker"
|
||||
|
|
Loading…
Reference in a new issue