82e678362f
svn path=/nixpkgs/trunk/; revision=4335
15 lines
201 B
Bash
15 lines
201 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd build_unix
|
|
configureScript=../dist/configure
|
|
}
|
|
preConfigure=preConfigure
|
|
|
|
postInstall() {
|
|
rm -rf $out/docs
|
|
}
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|