net-snmp: pedantic cleanup.
This commit is contained in:
parent
c2c0f755db
commit
f808d051e5
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue