DownloadLocatedFile: fix use with older wget version
The option "--no-use-server-timestamps" is apparently newer than Haiku's wget.
This commit is contained in:
parent
f20d944bea
commit
3e58289628
@ -412,7 +412,8 @@ rule DownloadLocatedFile target : url : source
|
||||
actions DownloadLocatedFile1
|
||||
{
|
||||
source="$(2)"
|
||||
wget --no-use-server-timestamps -O "$(1)" $(URL)
|
||||
wget -O "$(1)" $(URL)
|
||||
touch "$(1)"
|
||||
}
|
||||
|
||||
rule DownloadFile file : url : source
|
||||
|
Loading…
Reference in New Issue
Block a user