mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Fix variable used in sed expression in timezone/Makefile
This commit is contained in:
parent
d16e6ec7ca
commit
c72399fbc5
@ -1,3 +1,8 @@
|
||||
2014-05-16 Allan McRae <allan@archlinux.org>
|
||||
|
||||
* timezone/Makefile ($(objpfx)tzselect): Use correct variable
|
||||
in sed expression.
|
||||
|
||||
2014-05-16 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
[BZ #16917]
|
||||
|
@ -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)"|' \
|
||||
|
Loading…
Reference in New Issue
Block a user