From 1f2df029ef2d9a06d8469ce4bb84cb3f652721f4 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 8 Mar 2002 14:27:12 +0000 Subject: Substitute .cxx files too in the nas-patch. Also add a missing backslash, since we do not want to scan dirs. --- editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch') diff --git a/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch b/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch index f46c19ac78f3..6f2635c639f7 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch +++ b/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch @@ -10,7 +10,7 @@ + @echo "" + Date + @echo "" -++ @find . -name '*.[ch]' | xargs \ +++ @find . | egrep "\.(cxx|h|c)$$" | xargs \ ++ ${PERL} -pi -e "s|||g" + $(MAKE) $(MFLAGS) Makefiles + $(MAKE) $(MFLAGS) clean -- cgit v1.2.3