Skip to content
Snippets Groups Projects
Commit b5e94ef3 authored by Henry Weller's avatar Henry Weller
Browse files

foamListSourceFiles: Filter debian build directory if it is at the top-level

parent 1d8ef28c
Branches
Tags
No related merge requests found
......@@ -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'
#------------------------------------------------------------------------------
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment