1
0
Fork 0
forked from len0rd/rockbox

use classic_statusbar.grey.sbs on grey targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23719 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-11-23 06:52:58 +00:00
parent fab80009bc
commit 3034d9f95a

View file

@ -433,8 +433,10 @@ STOP
mkdir "$rbdir/wps/classic_statusbar", 0777;
glob_copy("$ROOT/wps/classic_statusbar/*.bmp", "$rbdir/wps/classic_statusbar");
if ($swcodec) {
if ($depth > 1) {
if ($depth == 16) {
copy("$ROOT/wps/classic_statusbar.sbs", "$rbdir/wps");
} else if ($depth > 1) {
copy("$ROOT/wps/classic_statusbar.grey.sbs", "$rbdir/wps");
} else {
copy("$ROOT/wps/classic_statusbar.mono.sbs", "$rbdir/wps");
}