From d41c97f7a504b4c3809ef47dddfe2b33123a1228 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 25 Mar 2008 01:58:41 +0000 Subject: [PATCH] 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 --- build/jam/ImageRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/ImageRules b/build/jam/ImageRules index 3eda4c8938..968d1f6033 100644 --- a/build/jam/ImageRules +++ b/build/jam/ImageRules @@ -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) ;