Fix creation of haikuports.conf for bootstrap image.

* comments in here-documents don't work (the shell filters them out),
  so we echo the comment line explicitly
This commit is contained in:
Oliver Tappe 2014-02-23 18:45:55 +01:00
parent fd621a0291
commit 5c9657b7e5
1 changed files with 2 additions and 2 deletions

View File

@ -619,8 +619,8 @@ rule BuildHaikuPortsRepositoryConfig treePath
actions BuildHaikuPortsRepositoryConfig1
{
cat > $(1) << EOF
#PACKAGER="Joe Hacker <user@host.com>"
echo '#PACKAGER="Joe Hacker <user@host.com>"' > $(1)
cat >> $(1) << EOF
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
EOF