summaryrefslogtreecommitdiff
path: root/timezone
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-05-16 13:43:47 +1000
committerAllan McRae <allan@archlinux.org>2014-05-16 13:58:31 +1000
commitc72399fbc5228580a560d8fe319ff98150928b05 (patch)
treea67ff51d077cef3b828dde2120090094571a268d /timezone
parentd16e6ec7ca2c861ba681e3a2fbd431725774292e (diff)
Fix variable used in sed expression in timezone/Makefile
Diffstat (limited to 'timezone')
-rw-r--r--timezone/Makefile2
1 files changed, 1 insertions, 1 deletions
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)"|' \