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:
Ingo Weinhold
2013-04-16 14:39:31 +02:00
parent 6185f6e7cc
commit 88f22c9768
3 changed files with 237 additions and 430 deletions
+3 -1
View File
@@ -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) ] ;