From 7076d5bb2bd6715c14ec91f8ec7dba880eb3258b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 5 Oct 2013 22:10:01 +0200 Subject: [PATCH] Fix update-all build profile action The same disclaimer as before package management applies (i.e. voids warranty, use at your own risk). --- build/jam/MiscRules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/jam/MiscRules b/build/jam/MiscRules index 18109d184c..70d67a6c68 100644 --- a/build/jam/MiscRules +++ b/build/jam/MiscRules @@ -418,9 +418,8 @@ rule DefineBuildProfile name : type : path { case "update-all" : { JAM_TARGETS = $(buildTarget) ; SetUpdateHaikuImageOnly 1 ; - HAIKU_PACKAGES_UPDATE_ONLY = 1 ; HAIKU_INCLUDE_IN_IMAGE = 1 ; - HAIKU_INCLUDE_IN_PACKAGES = 1 ; + HAIKU_UPDATE_ALL_PACKAGES = 1 ; } case "update-packages" : {