yggdrasil/ports/gnu-make/install.sh

6 lines
84 B
Bash
Raw Normal View History

2025-03-08 01:58:43 +02:00
#!/bin/sh
build_dir=$3
cd $build_dir
make -j install DESTDIR=$Y_SYSROOT >/dev/null