foamListSourceFiles: Do not filter-out "debian" directories.
Fix proposed by Bruno Santos. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1770
This commit is contained in:
parent
c9e4d5c135
commit
fb659522bb
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ find -H $packDir \
|
|||
-e '\@/Make[.A-Za-z]*/[^/]*/@d' \
|
||||
-e '\@/[Dd]oxygen/html/@d' \
|
||||
-e '\@/download/@d' \
|
||||
-e '\@/libccmio-.*/@d' \
|
||||
-e '\@/debian/@d'
|
||||
-e '\@/libccmio-.*/@d'
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue