crosstool-ng/testing/docker/common-scripts/ctng-install
Alexey Neyman 9d43246664 Change the layout a bit
... to a more natural installation paths, and also include ct-ng into
$PATH in the containers.

Signed-off-by: Alexey Neyman <stilor@att.net>
2018-10-28 10:44:22 -07:00

8 lines
89 B
Bash
Executable File

#!/bin/bash
set -e
cd work
/crosstool-ng/configure --prefix=/opt/ctng
make
make install