timezone/tzcode-ksh.diff

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)|' \