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:
Franklin Chen 2015-07-24 23:56:48 -04:00 committed by Alex Dunn
parent 1d51da57b7
commit 15a750769e

View file

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