foamListSourceFiles: Filter debian build directory if it is at the top-level
This commit is contained in:
parent
aa4ed59ba3
commit
07ee8fcc36
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ find -H $packDir \
|
|||
-e '\@/Make[.A-Za-z]*/[^/]*/@d' \
|
||||
-e '\@/[Dd]oxygen/html/@d' \
|
||||
-e '\@/download/@d' \
|
||||
-e '\@/libccmio-.*/@d'
|
||||
-e '\@/libccmio-.*/@d' \
|
||||
-e '\@\./debian/@d'
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue