Skip to content

Commit

Permalink
smartmontools 5.41
Browse files Browse the repository at this point in the history
Includes a fix to set `sysconfdir` correctly.

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
jacknagel authored and adamv committed Jun 27, 2011
1 parent 654801a commit 78155b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/smartmontools.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
require 'formula'

class Smartmontools < Formula
url 'http://downloads.sourceforge.net/project/smartmontools/smartmontools/5.40/smartmontools-5.40.tar.gz'
url 'http://downloads.sourceforge.net/project/smartmontools/smartmontools/5.41/smartmontools-5.41.tar.gz'
homepage 'http://sourceforge.net/apps/trac/smartmontools/'
md5 '0f0be0239914ad87830a4fff594bda5b'
md5 '4577886bea79d4ff12bd9a7d323ce692'

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
system "make install"
end
end

0 comments on commit 78155b6

Please sign in to comment.