aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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