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
<[email protected]>" due to the previous default value.
This commit is contained in:
Ingo Weinhold
2013-10-10 23:19:48 +02:00
parent 0ea8902c52
commit 40b9ac787c
+1 -1
View File
@@ -619,7 +619,7 @@ rule BuildHaikuPortsRepositoryConfig treePath
actions BuildHaikuPortsRepositoryConfig1
{
cat > $(1) << EOF
PACKAGER="The Haiku build system <[email protected]>"
#PACKAGER="Joe Hacker <[email protected]>"
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
EOF