From 3e5c74496978855c80ae3a8a8f6a32771b669303 Mon Sep 17 00:00:00 2001 From: henry Date: Mon, 28 Jun 2010 11:48:59 +0100 Subject: [PATCH] foamPackSource: Added new filters from 1.7.0 --- bin/foamPackSource | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/foamPackSource b/bin/foamPackSource index e48d415b68..6af0c145ab 100755 --- a/bin/foamPackSource +++ b/bin/foamPackSource @@ -79,12 +79,15 @@ find -H $packDir \ -e "\@$packDir/lib/@d" \ -e '\@/\.git/@d' \ -e '\@/\.tags/@d' \ + -e '\@/\README\.org@d' \ -e '\@applications/bin/@d' \ -e '\@wmake/bin/@d' \ -e '\@/t/@d' \ -e '\@/Make[.A-Za-z]*/[^/]*/@d'\ -e '\@/platforms/@d' \ - -e '\@libccmio.*/@d' \ + -e '\@/download/@d' \ + -e '\@/libccmio-.*/@d' \ + -e '\@/debian/@d' > $tmpFile