From 35bec76b6371057746ac11ac25cffab75b8641db Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 12 Nov 2018 01:15:58 -0800 Subject: Fix installation of the license file ... for ct-ng configured without --enable-local. Also, install licenses in subdirectories of the components. Also, ct-ng configured with --enable-local removed the scripts directory upon `ct-ng distclean`. Also, misspelled CT_WGET/CT_CURL variables prevented use of `ct-ng updatetools`. Fixes #1091. Signed-off-by: Alexey Neyman --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index e4a207bb..2d398e13 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 -- cgit v1.2.3