From 1df36f2ceee7b41a50386a9106a3614f3f075d34 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Mon, 10 Oct 2016 19:35:08 +0200 Subject: [PATCH] UserBuildConfig.ReadMe: Update non working sample * With AddSourceDirectoryToHaikuImage spaces should be used as entry delimiter. --- build/jam/UserBuildConfig.ReadMe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/UserBuildConfig.ReadMe b/build/jam/UserBuildConfig.ReadMe index 0fd6ad3c16..8e4f0c406f 100644 --- a/build/jam/UserBuildConfig.ReadMe +++ b/build/jam/UserBuildConfig.ReadMe @@ -120,8 +120,8 @@ AddFilesToHaikuImage home config settings : US-International : Key_map ; # and /boot/home/HaikuSources/src/tests/servers/debug respectively). # Note that the second directory will also be copied, if the image will only # be updated; the first one won't in that case. -AddSourceDirectoryToHaikuImage src/kits/storage ; -AddSourceDirectoryToHaikuImage src/tests/servers/debug : alwaysUpdate ; +AddSourceDirectoryToHaikuImage src kits storage ; +AddSourceDirectoryToHaikuImage src tests servers debug : alwaysUpdate ; # Copy the jam sources (assuming they are located ../buildtools/jam relatively # to your Haiku sources) to the image as /boot/home/Desktop/jam-src, excluding