Fix download URL for aircrack-ng-oui-update

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Gabe Berke-Williams 2010-12-20 10:04:50 -08:00 committed by Adam Vandenberg
parent 5d1a762a51
commit b65894980d
1 changed files with 5 additions and 0 deletions

View File

@ -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