net-snmp: pedantic cleanup.

master
Mike McQuaid 2014-08-21 14:46:11 +01:00
parent c2c0f755db
commit f808d051e5
1 changed files with 2 additions and 3 deletions

View File

@ -35,12 +35,11 @@ class NetSnmp < Formula
if build.with? "python"
args << "--with-python-modules"
# the net-snmp configure script finds the wrong python
ENV['PYTHONPROG'] = `which python`
ENV["PYTHONPROG"] = `which python`
end
system "./configure", *args
system "make"
system "make install"
system "make", "install"
end
end