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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user