update-{all,packages} build action: Update repository config
This commit is contained in:
@@ -332,9 +332,12 @@ CopyDirectoryToHaikuImage home config settings Media
|
|||||||
# repository config files
|
# repository config files
|
||||||
local repository ;
|
local repository ;
|
||||||
for repository in $(HAIKU_REPOSITORIES) {
|
for repository in $(HAIKU_REPOSITORIES) {
|
||||||
|
local target = [ on $(repository) return $(HAIKU_REPOSITORY_CONFIG_FILE) ] ;
|
||||||
|
if $(HAIKU_UPDATE_ALL_PACKAGES) {
|
||||||
|
HAIKU_INCLUDE_IN_IMAGE on $(target) = 1 ;
|
||||||
|
}
|
||||||
AddFilesToHaikuImage system settings package-repositories
|
AddFilesToHaikuImage system settings package-repositories
|
||||||
: [ on $(repository) return $(HAIKU_REPOSITORY_CONFIG_FILE) ]
|
: $(target) : $(repository:G=) ;
|
||||||
: $(repository:G=) ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user