diff --git a/build/jam/RepositoryRules b/build/jam/RepositoryRules index 491e43bbc5..d5d245066f 100644 --- a/build/jam/RepositoryRules +++ b/build/jam/RepositoryRules @@ -43,7 +43,7 @@ rule AddRepositoryPackage repository : architecture : baseName : version : $(baseName) ] ; baseName = $(packageFamily:G=) ; - if $(HAIKU_NO_DOWNLOADS) = 1 { + if $(HAIKU_NO_DOWNLOADS) = 1 && $(HAIKU_BUILD_TYPE) != bootstrap { # Only add packages to repository that already exist in download # directory. if ! [ Glob $(HAIKU_DOWNLOAD_DIR) : $(packageFileName) ] {