aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-14 12:05:27 +0000
committerMike McQuaid2014-02-14 12:05:53 +0000
commite15ec6a87b6989bc6564ce9db648471901351f6e (patch)
tree344374cc28c12a4ad6442ab5d2c85794a0897352 /Library
parent4051177421ef3e8f4631e54209a0e76315209289 (diff)
downloadhomebrew-e15ec6a87b6989bc6564ce9db648471901351f6e.tar.bz2
docker: replace inreplace with upstream patch.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/docker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb
index 3f3d0c796..8256d0197 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -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"