SHA256
1
0
forked from pool/timezone
Dirk Mueller 2012-07-24 19:05:36 +00:00 committed by Git OBS Bridge
parent 5a679b5489
commit 4669678c09

View File

@ -1,12 +1,10 @@
Index: Makefile
===================================================================
--- Makefile.orig
--- Makefile
+++ Makefile
@@ -357,6 +357,7 @@ date: $(DATEOBJS)
@@ -377,6 +377,7 @@
tzselect: tzselect.ksh
sed \
+ -e 's|#! /bin/ksh|#! /bin/sh|g' \
-e 's|AWK=[^}]*|AWK=$(AWK)|g' \
-e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \
<$? >$@
-e 's|\(TZCODE_VERSION\)=.*|\1=$(TZCODE_VERSION)|' \