t1utils: style nits
This commit is contained in:
parent
e7d56f4637
commit
d41c903a3d
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class T1utils < Formula
|
||||
url 'http://www.lcdf.org/type/t1utils-1.37.tar.gz'
|
||||
homepage 'http://www.lcdf.org/type/'
|
||||
url 'http://www.lcdf.org/type/t1utils-1.37.tar.gz'
|
||||
sha256 '42bdce77aaf12b33ca6d193e01a2d2c0012f755435a6d25921f94733ee61cec3'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue