mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-15 22:08:16 +00:00
Make license collection optional, on by default
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
@ -144,7 +144,9 @@ do_finish() {
|
||||
CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{,share/}{man,info}
|
||||
fi
|
||||
|
||||
CT_InstallCopyingInformation
|
||||
if [ "${CT_INSTALL_LICENSES}" = y ]; then
|
||||
CT_InstallCopyingInformation
|
||||
fi
|
||||
|
||||
CT_EndStep
|
||||
}
|
||||
|
Reference in New Issue
Block a user