smartmontools: install executables into bin
Closes Homebrew/homebrew#35622. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
069afefa2b
commit
0286431b12
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class Smartmontools < Formula
|
|||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--sbindir=#{bin}",
|
||||
"--sysconfdir=#{etc}",
|
||||
"--localstatedir=#{var}",
|
||||
"--enable-drivedb",
|
||||
|
|
Loading…
Reference in a new issue