projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb3aed
)
build: adapt zoneinfo2lua.pl to new structure
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 8 Jan 2015 15:51:47 +0000
(16:51 +0100)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 8 Jan 2015 15:51:47 +0000
(16:51 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
build/zoneinfo2lua.pl
patch
|
blob
|
history
diff --git
a/build/zoneinfo2lua.pl
b/build/zoneinfo2lua.pl
index 722711a97c8356cf0fd9305c36151f8a15074dbf..4a90dae355f469aed54ebdab5766fa11ffd3e294 100755
(executable)
--- 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): $!";