mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] timezone.make: Fix find whine.
@ 2022-11-21 11:01 Christian Melki
  2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-11-21 11:01 UTC (permalink / raw)
  To: ptxdist

find: warning: unrecognized escape `\|'

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/timezone.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-22 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 11:01 [ptxdist] [PATCH] timezone.make: Fix find whine Christian Melki
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox