6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
build_dir=$3
|
||
|
cd $build_dir
|
||
|
make -j install DESTDIR=$Y_SYSROOT >/dev/null
|