Remove InstallCommonPackage rule

This commit is contained in:
Ingo Weinhold 2011-06-30 21:07:22 +02:00
parent 00043b5320
commit dfa6888fb2
1 changed files with 0 additions and 9 deletions

View File

@ -886,15 +886,6 @@ rule InstallSourceArchive file : url
}
}
rule InstallCommonPackage package : url
{
# download archive file
local archiveFile = [ DownloadFile $(package) : $(url) ] ;
# copy onto image
ExtractArchiveToHaikuImage common packages : $(archiveFile) ;
}
rule InstallOptionalHaikuImagePackage package : url : dirTokens : isCDPackage
{
# download archive file