aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-01-04 23:47:20 -0600
committerJack Nagel2012-01-04 23:47:20 -0600
commita55affa5e7377af35a973ef888fdf68df63f507e (patch)
treef47ab7d0219fd0021eb5481fff6ded8ab3e3dc4d /Library
parent09b23a1e3d6e5edd20183f8c83479e1eb01d216c (diff)
downloadhomebrew-a55affa5e7377af35a973ef888fdf68df63f507e.tar.bz2
wget: put wgetrc in HOMEBREW_PREFIX/etc
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wget.rb1
1 files changed, 1 insertions, 0 deletions
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"