diff options
Diffstat (limited to 'testing/docker/common-scripts/ctng-install')
-rwxr-xr-x | testing/docker/common-scripts/ctng-install | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/docker/common-scripts/ctng-install b/testing/docker/common-scripts/ctng-install index f29093a9..500cb73d 100755 --- a/testing/docker/common-scripts/ctng-install +++ b/testing/docker/common-scripts/ctng-install @@ -2,9 +2,9 @@ set -e cd -rm -rf bld-ctng -mkdir bld-ctng -cd bld-ctng -/crosstool-ng/configure --prefix=$HOME/inst-ctng +rm -rf work/bld-ctng work/inst-ctng +mkdir work/bld-ctng +cd work/bld-ctng +/crosstool-ng/configure --prefix=$HOME/work/inst-ctng make make install |