8 lines
97 B
Bash
8 lines
97 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
preConfigure=preConfigure
|
||
|
preConfigure() {
|
||
|
./autogen.sh
|
||
|
}
|
||
|
|
||
|
genericBuild
|