From 4f3fb9b4a2d44efbb21d8f981915837ae3eccfb3 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 10 Jul 2016 13:30:23 +0100 Subject: [PATCH] minio: remove unnecessary lines --- Formula/minio.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Formula/minio.rb b/Formula/minio.rb index 74c55439fd..9abfdc9c1b 100644 --- a/Formula/minio.rb +++ b/Formula/minio.rb @@ -1,5 +1,3 @@ -require "language/go" - class Minio < Formula desc "object storage server compatible with Amazon S3" homepage "https://github.com/minio/minio" @@ -24,10 +22,8 @@ class Minio < Formula clipath.install Dir["*"] cd buildpath/"src/github.com/minio/minio/" do - system "go", "build", "-o", buildpath/"minio" + system "go", "build", "-o", bin/"minio", "-v" end - - bin.install buildpath/"minio" end test do