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
|
actions BuildHaikuPortsRepositoryConfig1
|
||||||
{
|
{
|
||||||
cat > $(1) << EOF
|
echo '#PACKAGER="Joe Hacker <[email protected]>"' > $(1)
|
||||||
#PACKAGER="Joe Hacker <[email protected]>"
|
cat >> $(1) << EOF
|
||||||
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
|
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
|
||||||
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
|
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user