From 3c4e4aa4f604d67b1aefd053a9f6ddff38183496 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Mon, 13 Sep 2010 03:52:26 +0000 Subject: [PATCH] Add SATDecorator to the image and create the decorator directory. To use S&T it has to be enabled by setdecor SATDecorator. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38626 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 6d16793d37..7e741e92f1 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -555,8 +555,9 @@ AddFilesToHaikuImage system add-ons disk_systems : intel bfs ; # decorators +AddDirectoryToHaikuImage home config add-ons decorators ; AddFilesToHaikuImage home config add-ons decorators : - MacDecorator WinDecorator ClassicBe ; + MacDecorator WinDecorator ClassicBe SATDecorator ; # create directories that will remain empty AddDirectoryToHaikuImage common bin ;