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