Copy repository config files to the image

... to common/settings/package-repositories. This way the used
repositories are already known to pkgman.
This commit is contained in:
Ingo Weinhold 2013-07-06 02:31:31 +02:00
parent d72ce06673
commit 2afaeda8b7
1 changed files with 8 additions and 0 deletions

View File

@ -308,6 +308,14 @@ CopyDirectoryToHaikuImage home config settings Media
: [ FDirName $(HAIKU_TOP) data settings media dvb ]
: dvb : -x Jamfile ;
# repository config files
local repository ;
for repository in $(HAIKU_REPOSITORIES) {
AddFilesToHaikuImage common settings package-repositories
: [ on $(repository) return $(HAIKU_REPOSITORY_CONFIG_FILE) ]
: $(repository:G=) ;
}
#pragma mark - Optional Packages