aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGabe Berke-Williams2010-12-20 10:04:50 -0800
committerAdam Vandenberg2010-12-26 15:52:01 -0800
commit227ba7d3a1bafee9f5736f071b98f0d8f569d1b3 (patch)
tree65673973a07aebd5bac2c16df97b073209e1ce67 /Library/Formula
parent1c271e0aabe295ceebd6097194b7c807cf94c45e (diff)
downloadhomebrew-227ba7d3a1bafee9f5736f071b98f0d8f569d1b3.tar.bz2
Fix download URL for aircrack-ng-oui-update
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aircrack-ng.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/aircrack-ng.rb b/Library/Formula/aircrack-ng.rb
index e0738b91c..e2880e4fd 100644
--- a/Library/Formula/aircrack-ng.rb
+++ b/Library/Formula/aircrack-ng.rb
@@ -14,6 +14,11 @@ class AircrackNg <Formula
ENV.append compiler_flag, "-arch i386"
end
+ # Fix incorrect OUI url
+ inreplace "scripts/airodump-ng-oui-update",
+ "http://standards.ieee.org/regauth/oui/oui.txt",
+ "http://standards.ieee.org/develop/regauth/oui/oui.txt"
+
system "make"
system "make", "prefix=#{prefix}", "mandir=#{man1}", "install"
end