Copy over hidden files in install_resource_dir

Previously, when using the 'install_resource_dir' function hidden files
were not copied over. This resulted in problems when rebuilding specific
docker images.

This commit fixes the issue.
This commit is contained in:
Tom Wiesing 2020-10-11 12:20:41 +02:00
parent a76a4d3a0d
commit 77a9842db7
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -1,5 +1,6 @@
#!/bin/bash
set -e
shopt -s dotglob
# This is a library file.
# It should be 'source'd only, if it is not we bail out here.