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:
Bryan Thornbury 2016-03-15 11:35:55 -07:00
parent b68068d5a9
commit fd1b2e9b96

View file

@ -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