From 09eb60c5e86a607d3e48e78ce9e4d46362bcfa4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 9 Oct 2002 13:48:58 +0000 Subject: wgetrc is in /etc not /usr/lib --- perl-install/proxy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/proxy.pm b/perl-install/proxy.pm index b01a7b9bf..5239356b2 100644 --- a/perl-install/proxy.pm +++ b/perl-install/proxy.pm @@ -11,7 +11,7 @@ use c; sub main { my ($prefix, $in) = @_; my $proxy_cfg = {}; - my $config_file = "$prefix/usr/lib/wgetrc"; + my $config_file = "$prefix/etc/wgetrc"; # grab current config foreach (cat_($config_file)) { -- cgit v1.2.1