diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-16 23:50:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 23:50:49 -0700 |
commit | 16169e33c8f08f5ddbd36e9e8a17a28baee8399d (patch) | |
tree | 1bd35e09b1a81e65a62305b1769ba4ea0be71ae2 /scripts/functions | |
parent | c609be171376b31ffe2648aef52c44a2e46f3c09 (diff) | |
parent | 2472ebce2ea75ecc73c144316e3464a77750acbe (diff) | |
download | crosstool-ng-16169e33c8f08f5ddbd36e9e8a17a28baee8399d.tar.gz crosstool-ng-16169e33c8f08f5ddbd36e9e8a17a28baee8399d.tar.bz2 crosstool-ng-16169e33c8f08f5ddbd36e9e8a17a28baee8399d.zip |
Merge pull request #778 from stilor/fix-777
Fix new framework for running from installed path
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 79b7321b..2b660efa 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1910,7 +1910,7 @@ CT_DoExtractPatch() # Can't use CT_DoExecLog because of the '{} \;' to be passed un-mangled to find find . -type f -name "${cfg}" \ -exec chmod -v u+w {} \; \ - -exec cp -v "${CT_TOP_DIR}/scripts/${cfg}" {} \; |CT_DoLog ALL + -exec cp -v "${CT_LIB_DIR}/scripts/${cfg}" {} \; |CT_DoLog ALL done fi |