Bug#422535: Wget should ignore some options from wgetrc during dowloading fonts

2007-05-06 Thread Kamil Jońca
Package: msttcorefonts
Version: 2.0
Severity: minor

On some machines I have in my wgetrc options 

dirstruct = on
background = on

and when I make 

$sudo apt-get install msttcorefonts 

script cannot find dowloaded files.
I suggest calling wget with options -e dirstruct=off -e background=off in 
scripts.






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422535: Wget should ignore some options from wgetrc during dowloading fonts

2007-05-06 Thread Thijs Kinkhorst
On Sunday 6 May 2007 21:00, Kamil Jońca wrote:
 I suggest calling wget with options -e dirstruct=off -e background=off
 in scripts.

Indeed. In fact I think we need to make sure that wget runs with only default 
settings. Thanks for reporting.


Thijs