Apply patch from mmadia to add a Release Notes file to the alpha image desktop.
Allow wget to output to files with spaces in the DownloadFile rule. Fixes #7609. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42015 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -372,7 +372,7 @@ rule DownloadLocatedFile target : url
|
||||
|
||||
actions DownloadLocatedFile1
|
||||
{
|
||||
wget -O $(1) $(URL)
|
||||
wget -O "$(1)" $(URL)
|
||||
}
|
||||
|
||||
rule DownloadFile file : url
|
||||
|
||||
Reference in New Issue
Block a user