Skip to content

Commit 938f196

Browse files
committed
lnav: fix head build
1 parent 6f6a2c3 commit 938f196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/l/lnav.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class Lnav < Formula
4040
uses_from_macos "zlib"
4141

4242
def install
43+
system "./autogen.sh" if build.head?
4344
system "./configure", "--with-sqlite3=#{Formula["sqlite"].opt_prefix}",
4445
"--with-libarchive=#{Formula["libarchive"].opt_prefix}",
4546
*std_configure_args

0 commit comments

Comments
 (0)