From 410ec883035e32a7175ee67a5852dbd88ef8ff9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 8 Jan 2011 13:57:57 +0000 Subject: [PATCH] * Forgot to set the location of the bootman.bin file. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40152 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bootmanager/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/bootmanager/Jamfile b/src/apps/bootmanager/Jamfile index 320f7d091b..61f4b352bc 100644 --- a/src/apps/bootmanager/Jamfile +++ b/src/apps/bootmanager/Jamfile @@ -33,6 +33,7 @@ DoCatalogs BootManager : x-vnd.Haiku-BootManager : $(cataloguedSources) ; rule AssembleYasmBin object : source { SEARCH on $(source) = $(SUBDIR) ; + MakeLocateArch $(object) ; Depends $(object) : $(source) ; }