From d5ff520ac3f57f76794e9ab7f546062683e454ab Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 5 Jan 2007 08:42:04 +0000 Subject: [PATCH] don't copy fortune folder to the image (temporarily), since latest change prevented it to be copied anyway, and also other files weren't copied then (termcap, teapot.data, profile), because 'fortune' is a folder now, and not a file anymore. Please someone fix this git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19707 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 008ccb9850..776daa244d 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -186,7 +186,7 @@ SEARCH on $(svgFiles) = [ FDirName $(HAIKU_TOP) src tests kits interface picture AddFilesToHaikuImage beos etc artwork : $(svgFiles) ; # TODO: Use data/etc/termcap or src/libs/termcap.src? -local etcFiles = fortunes profile termcap teapot.data ; +local etcFiles = profile termcap teapot.data ; etcFiles = $(etcFiles:G=etc) ; SEARCH on $(etcFiles) = [ FDirName $(HAIKU_TOP) data etc ] ; AddFilesToHaikuImage beos etc : $(etcFiles) ;