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:
Ingo Weinhold 2008-03-25 01:58:41 +00:00
parent c7c82420e1
commit d41c97f7a5

View File

@ -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) ;