summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-11-21 12:01:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-21 22:04:30 +0100
commitbc2dc54248e514d8e12a32c23f6cae59f810d08b (patch)
tree42b2ca9d03218b15e7c0785eed48544120ba8bf2
parent059649ca768478666049e43d7154473a5da46582 (diff)
downloadptxdist-bc2dc54248e514d8e12a32c23f6cae59f810d08b.tar.gz
ptxdist-bc2dc54248e514d8e12a32c23f6cae59f810d08b.tar.xz
timezone.make: Fix find whine.
find: warning: unrecognized escape `\|' Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20221121110138.174765-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/timezone.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/timezone.make b/rules/timezone.make
index 794e0d61e..00fd3cff6 100644
--- a/rules/timezone.make
+++ b/rules/timezone.make
@@ -88,7 +88,7 @@ $(STATEDIR)/timezone.install:
$(call add_zoneinfo, $$target, $(TIMEZONE_PKGDIR)/usr/share, $(PTXDIST_SYSROOT_HOST)/usr); \
done
# Fix entries in zonetab to match the selected PTXCONF_TIMEZONE_* options.
- @grep "\($$(find $(TIMEZONE_PKGDIR)/usr/share/zoneinfo -type f -printf '%P\|')#\)" \
+ @grep "\($$(find $(TIMEZONE_PKGDIR)/usr/share/zoneinfo -type f -printf '%P\\|')#\)" \
$(PTXDIST_SYSROOT_HOST)/usr/share/zoneinfo/zone1970.tab > \
$(TIMEZONE_PKGDIR)/usr/share/zoneinfo/zone1970.tab