From 3114f2c6db0d37f8efdf8c319d11b31d7bfb89c1 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 16 Nov 2009 03:53:49 +0000 Subject: 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 --- tools/buildzip.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/buildzip.pl b/tools/buildzip.pl index f04d0ff..26fd217 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -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"); -- cgit v1.1