newsboat: fix XML_CATALOG_FILES env var (#22144)
This commit is contained in:
parent
7f1c288db6
commit
2d184b411f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Newsboat < Formula
|
|||
needs :cxx11
|
||||
|
||||
def install
|
||||
ENV["XML_CATALOG_FILES"] = "/usr/local/etc/xml/catalog"
|
||||
ENV["XML_CATALOG_FILES"] = etc/"xml/catalog"
|
||||
system "make", "install", "prefix=#{prefix}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue