get ready for classic_statusbar... get it added to the .zip. buildwps.pl needs fixing to work with .sbs files better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3fe99aa9bf
commit
3114f2c6db
1 changed files with 10 additions and 0 deletions
|
@ -428,6 +428,16 @@ STOP
|
|||
else {
|
||||
print STDERR "No wps module present, can't do the WPS magic!\n";
|
||||
}
|
||||
|
||||
# until buildwps.pl is fixed, manually copy the classic_statusbar theme across
|
||||
mkdir "$rbdir/wps/classic_statusbar", 0777;
|
||||
glob_copy("$ROOT/wps/classic_statusbar/*.bmp", "$rbdir/wps/classic_statusbar");
|
||||
if ($swcodec) {
|
||||
copy("$ROOT/wps/classic_statusbar.sbs", "$rbdir/wps");
|
||||
} else {
|
||||
copy("$ROOT/wps/classic_statusbar-hwcodec.sbs", "$rbdir/wps/classic_statusbar.sbs");
|
||||
}
|
||||
system("touch $rbdir/wps/rockbox_none.sbs");
|
||||
|
||||
# and the info file
|
||||
copy("rockbox-info.txt", "$rbdir/rockbox-info.txt");
|
||||
|
|
Loading…
Reference in a new issue