diff options
| author | Jack Nagel | 2012-01-04 23:47:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-04 23:47:20 -0600 |
| commit | a55affa5e7377af35a973ef888fdf68df63f507e (patch) | |
| tree | f47ab7d0219fd0021eb5481fff6ded8ab3e3dc4d /Library | |
| parent | 09b23a1e3d6e5edd20183f8c83479e1eb01d216c (diff) | |
| download | homebrew-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.rb | 1 |
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" |
