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
This commit is contained in:
Stefano Ceccherini 2007-01-05 08:42:04 +00:00
parent 436bc5cc51
commit d5ff520ac3

View File

@ -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) ;