From bcfba0805547f5aa7ea7a48f4740b909a2284193 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 21 May 2009 21:58:18 +0000 Subject: Lua: add actions.lua to the zip file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21023 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/action_helper.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugins/lua/action_helper.pl') diff --git a/apps/plugins/lua/action_helper.pl b/apps/plugins/lua/action_helper.pl index fdf45798b5..8460b6cb2a 100755 --- a/apps/plugins/lua/action_helper.pl +++ b/apps/plugins/lua/action_helper.pl @@ -18,10 +18,12 @@ # ############################################################################ -$input = "../../action.h"; +$input = $ARGV[0] . "/../../action.h"; open(ACTION, "<$input") or die "Can't open $input!"; +print "-- Don't change this file!\n"; +print "-- It is automatically generated of action.h\n"; print "rb.actions = {\n"; $i = 0; -- cgit v1.2.3