Append the .zip extension to the package name rather than to replace the
suffix or otherwise package names with dots in them would be mangled. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24566 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c7c82420e1
commit
d41c97f7a5
@ -610,7 +610,7 @@ rule IsOptionalHaikuImagePackageAdded package
|
||||
rule InstallOptionalHaikuImagePackage package : url : dirTokens
|
||||
{
|
||||
# download zip file
|
||||
local zipFile = $(package:S=.zip:G=download) ;
|
||||
local zipFile = $(package:G=download).zip ;
|
||||
MakeLocate $(zipFile) : $(HAIKU_DOWNLOAD_DIR) ;
|
||||
DownloadFile $(zipFile) : $(url) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user