Fix Homebrew formula

This commit is contained in:
Devin Lehmacher 2016-12-13 16:29:00 -05:00
parent 96b52e70b7
commit 5328a20b69

View File

@ -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