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:
Jonathan Gordon 2009-11-16 03:53:49 +00:00
parent 3fe99aa9bf
commit 3114f2c6db

View file

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