From cdb9de9a9d931b4c93ab4885a729d76bf2c7ef94 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 4 Feb 2015 19:11:41 +0200 Subject: [PATCH 1/1] zoneinfo2lua.pl to generate shorter copyright messages Change zoneinfo2lua.pl to generate the short copyright messages that have been there since https://github.com/openwrt/luci/commit/7a3493b1f7d75a3945279115324cf2ff4da26b7b Also change the advice on line 3 about directory, where this script should be run. Signed-off-by: Hannu Nyman --- build/zoneinfo2lua.pl | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/build/zoneinfo2lua.pl b/build/zoneinfo2lua.pl index 4a90dae35..d3f040326 100755 --- a/build/zoneinfo2lua.pl +++ b/build/zoneinfo2lua.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # zoneinfo2lua.pl - Make Lua module from /usr/share/zoneinfo -# Execute from within /usr/share/zoneinfo +# Execute from within root of Luci feed, usually feeds/luci # $Id$ use strict; @@ -51,16 +51,7 @@ open(O, "> $tzdout/tzdata.lua") || die "open($tzdout/tzdata.lua): $!\n"; print STDERR "Writing time zones to $tzdout/tzdata.lua ... "; print O < $tzdout/tzoffset.lua") || die "open($tzdout/tzoffset.lua): $!\n"; print STDERR "Writing time offsets to $tzdout/tzoffset.lua ... "; print O <