testdisk: style nits
This commit is contained in:
parent
19a1f115cc
commit
5eb4b8480a
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Testdisk < Formula
|
||||
url 'http://www.cgsecurity.org/testdisk-6.13.tar.bz2'
|
||||
homepage 'http://www.cgsecurity.org/wiki/TestDisk'
|
||||
url 'http://www.cgsecurity.org/testdisk-6.13.tar.bz2'
|
||||
sha1 'b08ace0257e3e437b6fc140360d75807ca4d46ae'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue