summaryrefslogtreecommitdiff
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-11-18 15:33:05 +0000
committerChristi Scarborough <christi@coraline.org>2005-11-18 15:33:05 +0000
commit32a43e2ee688bf8b3c930685400a52910c512a1e (patch)
tree8675fddb2d926f0dabb65adb798033036a22c18d /tools/buildzip.pl
parente16ebf1a50b9692e93f44633138903418ef93526 (diff)
downloadrockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.tar.gz
rockbox-32a43e2ee688bf8b3c930685400a52910c512a1e.zip
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/buildzip.pl')
-rwxr-xr-xtools/buildzip.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index a15344561b..1ec2bea9ef 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -63,7 +63,7 @@ sub buildzip {
63 mkdir ".rockbox/rocks", 0777; 63 mkdir ".rockbox/rocks", 0777;
64 mkdir ".rockbox/codecs", 0777; 64 mkdir ".rockbox/codecs", 0777;
65 mkdir ".rockbox/wps", 0777; 65 mkdir ".rockbox/wps", 0777;
66 mkdir ".rockbox/theme", 0777; 66 mkdir ".rockbox/themes", 0777;
67 67
68 my $c = 'find apps -name "*.codec" ! -empty -exec cp {} .rockbox/codecs/ \;'; 68 my $c = 'find apps -name "*.codec" ! -empty -exec cp {} .rockbox/codecs/ \;';
69 print `$c`; 69 print `$c`;