aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lsof.rb
diff options
context:
space:
mode:
authorLorin Rivers2010-12-06 20:25:21 -0800
committerAdam Vandenberg2010-12-06 20:29:28 -0800
commit318aff1de637886e197c90e43595e713389f8524 (patch)
tree4e07cd824a00c54da0663542ebd51dbe828f2dc0 /Library/Formula/lsof.rb
parent19afff207036b1fbdd2c436a9d3ce3e806ebc7b2 (diff)
downloadhomebrew-318aff1de637886e197c90e43595e713389f8524.tar.bz2
lsof bump 4.84 correction (sorry)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/lsof.rb')
-rw-r--r--Library/Formula/lsof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lsof.rb b/Library/Formula/lsof.rb
index 62ed7f1b4..43ca9d3ba 100644
--- a/Library/Formula/lsof.rb
+++ b/Library/Formula/lsof.rb
@@ -8,7 +8,7 @@ class Lsof <Formula
def install
system "tar xf lsof_4.84_src.tar"
- Dir.chdir "lsof_4.83_src" do
+ Dir.chdir "lsof_4.84_src" do
mv "00README", "../README"
system "./Configure -n darwin"
system "make"