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:
parent
436bc5cc51
commit
d5ff520ac3
@ -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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user