hubflow: bottle unneeded
This commit is contained in:
parent
699c4aaa59
commit
e1167499e4
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ class Hubflow < Formula
|
||||||
url "https://github.com/datasift/gitflow.git", :tag => "1.5.2"
|
url "https://github.com/datasift/gitflow.git", :tag => "1.5.2"
|
||||||
head "https://github.com/datasift/gitflow.git"
|
head "https://github.com/datasift/gitflow.git"
|
||||||
|
|
||||||
|
bottle :unneeded
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV["INSTALL_INTO"] = libexec
|
ENV["INSTALL_INTO"] = libexec
|
||||||
system "./install.sh", "install"
|
system "./install.sh", "install"
|
||||||
|
|
Loading…
Reference in a new issue