From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 15:51:47 +0000 (+0100) Subject: build: adapt zoneinfo2lua.pl to new structure X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=eb25d532a88b140431c20077edf56bb40663c8fc build: adapt zoneinfo2lua.pl to new structure Signed-off-by: Jo-Philipp Wich --- 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): $!";