hercules: fix component order
This commit is contained in:
parent
c2e5fdbfba
commit
4b55568e5a
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue