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
|
@ -31,6 +31,12 @@ class Noweb < Formula
|
|||
"LIB=#{lib}",
|
||||
"MAN=#{man}",
|
||||
"TEXINPUTS=#{texmf}/tex/generic/noweb"
|
||||
cd "icon" do
|
||||
system "make", "install", "BIN=#{bin}",
|
||||
"LIB=#{lib}",
|
||||
"MAN=#{man}",
|
||||
"TEXINPUTS=#{texmf}/tex/generic/noweb"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue