11 lines
97 B
Bash
11 lines
97 B
Bash
|
. $stdenv/setup
|
||
|
|
||
|
buildPhase() {
|
||
|
cp $config .config
|
||
|
make
|
||
|
}
|
||
|
|
||
|
buildPhase=buildPhase
|
||
|
|
||
|
genericBuild
|