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 --- ct-ng.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ct-ng.in') diff --git a/ct-ng.in b/ct-ng.in index b99848fa..e93393bb 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -20,6 +20,7 @@ ifeq (@enable_local@,yes) export CT_LIB_DIR:=$(patsubst %/,%,$(dir $(CT_NG))) export CT_LIBEXEC_DIR:=$(CT_LIB_DIR)/kconfig export CT_DOC_DIR:=$(CT_LIB_DIR)/docs +export CT_LICENSE_DIR else # Paths and values set by ./configure # Don't bother to change it other than with a new ./configure! -- cgit v1.2.3