From 004c8702282ca30a282c5f10c105332778efd997 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 15 Sep 2008 22:24:55 +0000 Subject: [PATCH] * where did this find get lost? --- citadel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/Makefile.in b/citadel/Makefile.in index ac17fac41..9ea36fedd 100644 --- a/citadel/Makefile.in +++ b/citadel/Makefile.in @@ -228,7 +228,7 @@ install-data-new: $(srcdir)/mkinstalldirs $(DESTDIR)$(STATICDATA_DIR)/messages @for i in \ - `$(srcdir)/messages -type f | grep -v .svn`; do \ + `find $(srcdir)/messages -type f | grep -v .svn`; do \ echo $(INSTALL_DATA) $$i $(DESTDIR)$(STATICDATA_DIR)/$$i; \ $(INSTALL_DATA) $$i $(DESTDIR)$(STATICDATA_DIR)/$$i; \ done -- 2.39.2