From eb25d532a88b140431c20077edf56bb40663c8fc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 16:51:47 +0100 Subject: [PATCH] build: adapt zoneinfo2lua.pl to new structure Signed-off-by: Jo-Philipp Wich --- build/zoneinfo2lua.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/zoneinfo2lua.pl b/build/zoneinfo2lua.pl index 722711a97..4a90dae35 100755 --- a/build/zoneinfo2lua.pl +++ b/build/zoneinfo2lua.pl @@ -8,7 +8,7 @@ use strict; my %TZ; my $tzdin = $ARGV[0] || "/usr/share/zoneinfo"; -my $tzdout = $ARGV[1] || "./libs/sys/luasrc/sys/zoneinfo"; +my $tzdout = $ARGV[1] || "./modules/luci-base/luasrc/sys/zoneinfo"; local $/ = "\012"; open( ZTAB, "< $tzdin/zone.tab" ) || die "open($tzdin/zone.tab): $!"; -- 2.11.0