From a55affa5e7377af35a973ef888fdf68df63f507e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Jan 2012 23:47:20 -0600 Subject: wget: put wgetrc in HOMEBREW_PREFIX/etc Signed-off-by: Jack Nagel --- Library/Formula/wget.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index 66240e706..1857dbe19 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -16,6 +16,7 @@ class Wget < Formula def install args = ["--disable-debug", "--prefix=#{prefix}", + "--sysconfdir=#{etc}", "--with-ssl=openssl"] args << "--disable-iri" unless ARGV.include? "--enable-iri" -- cgit v1.2.3