diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-07 08:37:14 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2005-12-07 08:37:14 +0000 |
| commit | 46b726eaab751669726895f6f5fa30095b062e80 (patch) | |
| tree | 7c38335f79ef97f89b0f7a852a2959453b301bbd /tools | |
| parent | 1184ae9de74c24a2c4d2704bc2f68ec2972602f3 (diff) | |
| download | rockbox-46b726eaab751669726895f6f5fa30095b062e80.zip rockbox-46b726eaab751669726895f6f5fa30095b062e80.tar.gz rockbox-46b726eaab751669726895f6f5fa30095b062e80.tar.bz2 rockbox-46b726eaab751669726895f6f5fa30095b062e80.tar.xz | |
several small fixes sugested by different people (FireFly, Lear, Takka)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8184 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/buildzip.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 57ffbdf..1942071 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -78,10 +78,6 @@ sub buildzip { # no codec was copied, remove directory again rmdir(".rockbox/codecs"); - system("$ROOT/tools/codepages"); - my $c = 'find . -name "*.cp" ! -empty -exec mv {} .rockbox/codepages/ \; >/dev/null 2>&1'; - print `$c`; - } |