* where did this find get lost?
authorWilfried Göesgens <willi@citadel.org>
Mon, 15 Sep 2008 22:24:55 +0000 (22:24 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 15 Sep 2008 22:24:55 +0000 (22:24 +0000)
citadel/Makefile.in

index ac17fac41a085c4efa0460e444bd986b63acd4f7..9ea36feddf214d05b8175b93cf6c3f01cdddc992 100644 (file)
@@ -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