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