From 2847dee4d43946d99ce6858afe9711ab61e9744f Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Wed, 9 Jul 2008 09:43:25 +0100
Subject: [PATCH] Corrected the handling of Make sub-directories

---
 bin/foamPackSource | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/foamPackSource b/bin/foamPackSource
index 519d18929de..7db55ed86b6 100755
--- a/bin/foamPackSource
+++ b/bin/foamPackSource
@@ -81,7 +81,7 @@ find -H $packDir               \
  -e "\@libccmio.*/@d"          \
  -e '\@applications/bin/@d'    \
  -e '\@/t/@d'                  \
- -e '\@Make[.A-Za-z]*/[^/]*/@d'\
+ -e '\@/Make[.A-Za-z]*/[^/]*/@d'\
  -e '\@/platforms/@d'          \
  > $tmpFile
 
-- 
GitLab