From: Wilfried Göesgens Date: Mon, 15 Sep 2008 22:24:55 +0000 (+0000) Subject: * where did this find get lost? X-Git-Tag: v7.86~1932 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;ds=sidebyside;h=004c8702282ca30a282c5f10c105332778efd997;p=citadel.git * where did this find get lost? --- 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