diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-05-21 21:58:18 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-05-21 21:58:18 +0000 |
commit | bcfba0805547f5aa7ea7a48f4740b909a2284193 (patch) | |
tree | 32fcb88eefa1d0f8795b451dd42d2d5a60e53380 /tools | |
parent | a9b2d1b5fa516cc2ea46147fc51589b6e68a2e5d (diff) |
Lua: add actions.lua to the zip file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/buildzip.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 6b90dfa4a6..12fa5ed1e2 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -409,6 +409,8 @@ STOP # copy the already built lng files glob_copy('apps/lang/*lng', "$rbdir/langs/"); + # copy the .lua files + glob_copy('apps/plugins/lua/*.lua', "$rbdir/rocks/viewers/"); } my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = |