InstallOptionalHaikuImagePackage: Remove first parameter
Instead deduce the file name from the URL. A long overdue change. Avoids unnecessary name duplication, which only led to errors.
This commit is contained in:
@@ -920,8 +920,10 @@ rule InstallSourceArchive file : url
|
||||
}
|
||||
}
|
||||
|
||||
rule InstallOptionalHaikuImagePackage package : url : dirTokens : isCDPackage
|
||||
rule InstallOptionalHaikuImagePackage url : dirTokens : isCDPackage
|
||||
{
|
||||
local package = $(url:BS) ;
|
||||
|
||||
# download archive file
|
||||
local archiveFile = [ DownloadFile $(package) : $(url) ] ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user