From 40b9ac787c692d8ef51806c1f14ad419955500e2 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 10 Oct 2013 23:17:30 +0200 Subject: [PATCH] Bootstrap image haikuports.config: Comment out PACKAGER The developer building the packages should enter their own address instead. I just noticed that a lot of the HaikuPorts package have a packager attribute with the dummy address "The Haiku build system " due to the previous default value. --- build/jam/RepositoryRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/RepositoryRules b/build/jam/RepositoryRules index 03a5430c2f..a7f358f7e2 100644 --- a/build/jam/RepositoryRules +++ b/build/jam/RepositoryRules @@ -619,7 +619,7 @@ rule BuildHaikuPortsRepositoryConfig treePath actions BuildHaikuPortsRepositoryConfig1 { cat > $(1) << EOF -PACKAGER="The Haiku build system " +#PACKAGER="Joe Hacker " TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)" TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)" EOF