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