hercules: fix component order

This commit is contained in:
commitay 2018-09-21 13:52:56 +10:00
parent c2e5fdbfba
commit 4b55568e5a

View file

@ -11,8 +11,6 @@ class Hercules < Formula
sha256 "cf3d8203cb207792e0c800aadc86ee78714795316e936870f5a4ceae53bfdacc" => :el_capitan
end
skip_clean :la
head do
url "https://github.com/hercules-390/hyperion.git"
depends_on "autoconf" => :build
@ -20,6 +18,8 @@ class Hercules < Formula
depends_on "libtool" => :build
end
skip_clean :la
def install
system "./autogen.sh" if build.head?
system "./configure", "--disable-debug",