* add two of the logos to /boot/beos/etc/artwork, suitable
for putting on your Desktop as background (manual placement!) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17633 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
292027a476
commit
b9535d8e52
@ -154,6 +154,10 @@ local bootScripts = Bootscript SetupEnvironment Netscript InstallerInitScript In
|
||||
SEARCH on $(bootScripts) = [ FDirName $(HAIKU_TOP) data system boot ] ;
|
||||
AddFilesToHaikuImage beos system boot : $(bootScripts) ;
|
||||
|
||||
local logoArtwork = "HAIKU logo - white on blue - big.png" "HAIKU logo - white on blue - small.png" ;
|
||||
SEARCH on $(logoArtwork) = [ FDirName $(HAIKU_TOP) data artwork ] ;
|
||||
AddFilesToHaikuImage beos etc artwork : $(logoArtwork) ;
|
||||
|
||||
# TODO: Use data/etc/termcap or src/libs/termcap.src?
|
||||
local etcFiles = fortunes profile termcap teapot.data ;
|
||||
etcFiles = $(etcFiles:G=etc) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user