mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 23:16:42 +00:00
9d43246664
... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman <stilor@att.net>
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
cd work
|
|
/crosstool-ng/configure --prefix=/opt/ctng
|
|
make
|
|
make install
|