diff options
| author | Yifei Zhou | 2015-01-07 14:08:02 +0800 |
|---|---|---|
| committer | Jack Nagel | 2015-01-12 20:59:53 -0500 |
| commit | 3452bdd004efe97ef0739875c08ca4a5639ce75a (patch) | |
| tree | 9f6bf5702c455aa5813869cae4b87227cb0e977d /Library | |
| parent | 36b53e29d6005ed1c557b9ebbdebe8754b7c2b7d (diff) | |
| download | homebrew-3452bdd004efe97ef0739875c08ca4a5639ce75a.tar.bz2 | |
smartmontools: install executables into bin
Closes #35622.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/smartmontools.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/smartmontools.rb b/Library/Formula/smartmontools.rb index fa6f7809f..08f0a3370 100644 --- a/Library/Formula/smartmontools.rb +++ b/Library/Formula/smartmontools.rb @@ -17,6 +17,7 @@ class Smartmontools < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", + "--sbindir=#{bin}", "--sysconfdir=#{etc}", "--localstatedir=#{var}", "--enable-drivedb", |
