From c72399fbc5228580a560d8fe319ff98150928b05 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 16 May 2014 13:43:47 +1000 Subject: Fix variable used in sed expression in timezone/Makefile --- timezone/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timezone') diff --git a/timezone/Makefile b/timezone/Makefile index d5f647ccf6..0aef202536 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 's|TZDIR=[^}]*|TZDIR=$(TZDIR)|' \ + -e 's|TZDIR=[^}]*|TZDIR=$(zonedir)|' \ -e '/TZVERSION=/s|see_Makefile|"$(version)"|' \ -e '/PKGVERSION=/s|=.*|="$(PKGVERSION)"|' \ -e '/REPORT_BUGS_TO=/s|=.*|="$(REPORT_BUGS_TO)"|' \ -- cgit 1.4.1