diff options
| author | Christi Scarborough <christi@coraline.org> | 2005-11-18 15:33:05 +0000 |
|---|---|---|
| committer | Christi Scarborough <christi@coraline.org> | 2005-11-18 15:33:05 +0000 |
| commit | 32a43e2ee688bf8b3c930685400a52910c512a1e (patch) | |
| tree | 8675fddb2d926f0dabb65adb798033036a22c18d /tools | |
| parent | e16ebf1a50b9692e93f44633138903418ef93526 (diff) | |
| download | rockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.zip rockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.tar.gz rockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.tar.bz2 rockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.tar.xz | |
When fixing things is it better to do it in a way that causes them to actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7965 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/buildzip.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index a153445..1ec2bea 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -63,7 +63,7 @@ sub buildzip { mkdir ".rockbox/rocks", 0777; mkdir ".rockbox/codecs", 0777; mkdir ".rockbox/wps", 0777; - mkdir ".rockbox/theme", 0777; + mkdir ".rockbox/themes", 0777; my $c = 'find apps -name "*.codec" ! -empty -exec cp {} .rockbox/codecs/ \;'; print `$c`; |