Ensure .version file is added to the debian package by enabling hidden files to be picked up in the debian tool
This commit is contained in:
parent
b68068d5a9
commit
fd1b2e9b96
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ _get_files_in_dir_tree(){
|
|||
|
||||
# Use Globstar expansion to enumerate all directories and files in the tree
|
||||
shopt -s globstar
|
||||
shopt -s dotglob
|
||||
dir_tree_list=( "${root_dir}/"** )
|
||||
|
||||
# Build a new array with only the Files contained in $dir_tree_list
|
||||
|
|
Loading…
Reference in a new issue