noweb (fix formula)
No files from the `icon` directory were not being installed. This prevented correct functionality. Now they are installed.
This commit is contained in:
parent
1d51da57b7
commit
15a750769e
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,11 @@ class Noweb < Formula
|
|||
man.mkpath
|
||||
(texmf/'tex/generic/noweb').mkpath
|
||||
|
||||
system "make", "install", "BIN=#{bin}",
|
||||
"LIB=#{lib}",
|
||||
"MAN=#{man}",
|
||||
"TEXINPUTS=#{texmf}/tex/generic/noweb"
|
||||
cd "icon" do
|
||||
system "make", "install", "BIN=#{bin}",
|
||||
"LIB=#{lib}",
|
||||
"MAN=#{man}",
|
||||
|
@ -34,3 +39,4 @@ class Noweb < Formula
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue