From 5328a20b697f0301ad089b7eca32e92fc34e69b5 Mon Sep 17 00:00:00 2001 From: Devin Lehmacher Date: Tue, 13 Dec 2016 16:29:00 -0500 Subject: [PATCH] Fix Homebrew formula --- contrib/kakoune.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/kakoune.rb b/contrib/kakoune.rb index 326b89d0..6c6860f4 100644 --- a/contrib/kakoune.rb +++ b/contrib/kakoune.rb @@ -9,6 +9,8 @@ class Kakoune < Formula depends_on 'asciidoc' => [:build, 'with-docbook-xsl'] def install + ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" + cd 'src' do system "make", "install", "PREFIX=#{prefix}" end