SHA256
3
0
forked from pool/timezone
timezone/tzcode-ksh.diff
Petr Baudis 6616e71e99 - Make zic -l do a copy when hardlinking fails (e.g. because /usr
being on a separate partition) [bnc#607532]

- un-fuzz patches to fix build

OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=27
2010-08-24 10:38:30 +00:00

13 lines
316 B
Diff

Index: Makefile
===================================================================
--- Makefile.orig
+++ Makefile
@@ -357,6 +357,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)|' \
<$? >$@