timezone/tzcode-ksh.diff
Ismail Dönmez 3128609f98 Accepting request 130629 from Base:System
- update to 2012e:
  * Pacific/Fakaofo: Tokelau is UTC+13, not UTC+14

- update to 2012e:
  * Pacific/Fakaofo: Tokelau is UTC+13, not UTC+14

OBS-URL: https://build.opensuse.org/request/show/130629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=62
2012-08-13 12:46:17 +00:00

13 lines
351 B
Diff

Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -376,6 +376,7 @@ date: $(DATEOBJS)
tzselect: tzselect.ksh
sed \
+ -e 's|#! /bin/ksh|#! /bin/sh|g' \
-e 's|AWK=[^}]*|AWK=$(AWK)|g' \
-e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
-e 's|\(TZVERSION\)=.*|\1=tz$(VERSION)|' \