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:46:18 +01:00
parent fd621a0291
commit 5c9657b7e5
+2 -2
View File
@@ -619,8 +619,8 @@ rule BuildHaikuPortsRepositoryConfig treePath
actions BuildHaikuPortsRepositoryConfig1
{
cat > $(1) << EOF
#PACKAGER="Joe Hacker <[email protected]>"
echo '#PACKAGER="Joe Hacker <[email protected]>"' > $(1)
cat >> $(1) << EOF
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
EOF