From 51ad57d4f0d9f6d199a5c7eae7e426901f6e0347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 14 Jan 2009 14:26:23 +0000 Subject: [PATCH] * Moved the empty directories to the other location where empty directories are added. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28901 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 0d4cddd507..f8a4dbdbf2 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -2,18 +2,6 @@ # installation directory) and it executes the rules building the image # (respectively installing the files in the installation directory). -# create directories that will remain empty -AddDirectoryToHaikuImage common bin ; -AddDirectoryToHaikuImage common include ; -AddDirectoryToHaikuImage common lib ; -AddDirectoryToHaikuImage home Desktop ; -AddDirectoryToHaikuImage home config bin ; -AddDirectoryToHaikuImage home config lib ; -AddDirectoryToHaikuImage home mail ; -AddDirectoryToHaikuImage var empty ; -AddDirectoryToHaikuImage var log ; -AddDirectoryToHaikuImage var tmp ; - local X86_ONLY = ; local PPC_ONLY = ; local M68K_ONLY = ; @@ -439,6 +427,18 @@ AddFilesToHaikuImage beos system add-ons Screen\ Savers AddFilesToHaikuImage beos system add-ons disk_systems : intel bfs ; +# create directories that will remain empty +AddDirectoryToHaikuImage common bin ; +AddDirectoryToHaikuImage common include ; +AddDirectoryToHaikuImage common lib ; +AddDirectoryToHaikuImage home Desktop ; +AddDirectoryToHaikuImage home config bin ; +AddDirectoryToHaikuImage home config lib ; +AddDirectoryToHaikuImage home mail ; +AddDirectoryToHaikuImage var empty ; +AddDirectoryToHaikuImage var log ; +AddDirectoryToHaikuImage var tmp ; + AddDirectoryToHaikuImage home config add-ons kernel drivers bin ; AddDirectoryToHaikuImage home config add-ons kernel drivers dev ; AddDirectoryToHaikuImage home config add-ons input_server devices ;