SHA256
1
0
forked from pool/timezone
Marcus Meissner 2012-08-11 07:00:14 +00:00 committed by Git OBS Bridge
parent 584a4705d2
commit 9fd823107e

View File

@ -1,10 +1,12 @@
--- Makefile
Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -377,6 +377,7 @@
@@ -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|\(TZCODE_VERSION\)=.*|\1=$(TZCODE_VERSION)|' \
-e 's|\(TZVERSION\)=.*|\1=tz$(VERSION)|' \