Fix Homebrew formula
This commit is contained in:
parent
96b52e70b7
commit
5328a20b69
|
@ -9,6 +9,8 @@ class Kakoune < Formula
|
||||||
depends_on 'asciidoc' => [:build, 'with-docbook-xsl']
|
depends_on 'asciidoc' => [:build, 'with-docbook-xsl']
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
|
||||||
|
|
||||||
cd 'src' do
|
cd 'src' do
|
||||||
system "make", "install", "PREFIX=#{prefix}"
|
system "make", "install", "PREFIX=#{prefix}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user