hubflow: bottle unneeded

This commit is contained in:
Xu Cheng 2016-04-09 22:04:16 +08:00
parent 699c4aaa59
commit e1167499e4

View file

@ -5,6 +5,8 @@ class Hubflow < Formula
url "https://github.com/datasift/gitflow.git", :tag => "1.5.2"
head "https://github.com/datasift/gitflow.git"
bottle :unneeded
def install
ENV["INSTALL_INTO"] = libexec
system "./install.sh", "install"