From 92819384f3714ec7f024e2eb1ca2473c3a19b7a2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 14 Feb 2015 16:32:24 -0500 Subject: Remove GIT_DIR hacks (stable) --- Library/Formula/boot2docker.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Formula/boot2docker.rb') diff --git a/Library/Formula/boot2docker.rb b/Library/Formula/boot2docker.rb index c2cdc77e4..1385b3ceb 100644 --- a/Library/Formula/boot2docker.rb +++ b/Library/Formula/boot2docker.rb @@ -1,5 +1,3 @@ -require "formula" - class Boot2docker < Formula homepage "https://github.com/boot2docker/boot2docker-cli" # Boot2docker and docker are generally updated at the same time. @@ -22,8 +20,6 @@ class Boot2docker < Formula cd "src/github.com/boot2docker/boot2docker-cli" do ENV["GOPATH"] = buildpath system "go", "get", "-d" - - ENV["GIT_DIR"] = cached_download/".git" system "make", "goinstall" end -- cgit v1.2.3