summaryrefslogtreecommitdiff
path: root/tools/buildzip.pl
diff options
context:
space:
mode:
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 2aa990ac7d..82074016f3 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -486,7 +486,7 @@ STOP
486 # Android has codecs installed as native libraries so they are not needed 486 # Android has codecs installed as native libraries so they are not needed
487 # in the zip. 487 # in the zip.
488 if ($modelname !~ /android/) { 488 if ($modelname !~ /android/) {
489 find(find_copyfile(qr/.*\.codec/, abs_path("$temp_dir/codecs/")), 'apps/codecs'); 489 find(find_copyfile(qr/.*\.codec/, abs_path("$temp_dir/codecs/")), 'lib/rbcodec/codecs');
490 } 490 }
491 491
492 # remove directory again if no codec was copied 492 # remove directory again if no codec was copied