11 lines
125 B
Bash
11 lines
125 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
configurePhase() {
|
||
|
cd config_office/;
|
||
|
./configure;
|
||
|
}
|
||
|
|
||
|
configurePhase=configurePhase;
|
||
|
|
||
|
genericBuild
|