From 5c9657b7e5c0c678b90efe90f48b3e9d8375b3d1 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 23 Feb 2014 18:45:55 +0100 Subject: [PATCH] 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 --- build/jam/RepositoryRules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/RepositoryRules b/build/jam/RepositoryRules index 375e6ce7eb..1242c62fb3 100644 --- a/build/jam/RepositoryRules +++ b/build/jam/RepositoryRules @@ -619,8 +619,8 @@ rule BuildHaikuPortsRepositoryConfig treePath actions BuildHaikuPortsRepositoryConfig1 { -cat > $(1) << EOF -#PACKAGER="Joe Hacker " + echo '#PACKAGER="Joe Hacker "' > $(1) + cat >> $(1) << EOF TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)" TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)" EOF