diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-12 01:15:58 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-12 01:19:04 -0800 |
commit | 35bec76b6371057746ac11ac25cffab75b8641db (patch) | |
tree | efaf5f9dce421caff012ccf99af3978bacbb3c0d /ct-ng.in | |
parent | fad46ac9d1504a90590cf585a700656e1b58e513 (diff) | |
download | crosstool-ng-35bec76b6371057746ac11ac25cffab75b8641db.tar.gz crosstool-ng-35bec76b6371057746ac11ac25cffab75b8641db.tar.bz2 crosstool-ng-35bec76b6371057746ac11ac25cffab75b8641db.zip |
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 <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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! |