From 893b4f375668c025cbd6828f82a8844edda276d1 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 13 May 2014 19:38:32 +0200 Subject: tzselect: use zonedir instead of current working directory --- timezone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone/Makefile') diff --git a/timezone/Makefile b/timezone/Makefile index 998cd14..d5f647c 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -118,7 +118,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps) $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make sed -e 's|/bin/bash|$(BASH)|' \ - -e '/TZDIR=/s|\$$(pwd)|$(zonedir)|' \ + -e 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \ -e '/TZVERSION=/s|see_Makefile|"$(version)"|' \ -e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \ -e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \ -- cgit v1.1