summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-12 20:47:08 (GMT)
committerGitHub <noreply@github.com>2018-11-12 20:47:08 (GMT)
commit710c8e0d8e2f77ec594160af6739b66f2755b855 (patch)
treeefaf5f9dce421caff012ccf99af3978bacbb3c0d /bootstrap
parentfad46ac9d1504a90590cf585a700656e1b58e513 (diff)
parent35bec76b6371057746ac11ac25cffab75b8641db (diff)
Merge pull request #1094 from stilor/license-install-fixes
Fix installation of the license file
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index e4a207b..2d398e1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -742,7 +742,7 @@ msg "*** Gathering the list of data files to install"
{
declare -A seen_files
echo -n "verbatim_data ="
- find config contrib packages samples scripts -type f | LANG=C sort | while read f; do
+ find COPYING config contrib licenses.d packages samples scripts -type f | LANG=C sort | while read f; do
# Implement some kind of .installignore for these files?
case "${f}" in
# Skip certain files not needed at runtime (used above for generating kconfig