gnu-time: specify info folder

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Caius Durling 2011-04-02 10:29:19 +01:00 committed by Adam Vandenberg
parent 62ca8ed378
commit 5fbd9b3a6e

View file

@ -8,7 +8,8 @@ class GnuTime < Formula
def install
system "./configure", "--program-prefix=g",
"--prefix=#{prefix}",
"--mandir=#{man}"
"--mandir=#{man}",
"--info=#{info}"
system "make install"
end
end