3 lines
88 B
Bash
3 lines
88 B
Bash
|
. $stdenv/setup
|
||
|
if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
|
||
|
genericBuild
|