summary refs log tree commit diff
path: root/pkgs/development/libraries/db4/builder.sh
blob: d71bd806743615ef8a0238807f9d82bab99d153d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source $stdenv/setup

preConfigure() {
    cd build_unix
    configureScript=../dist/configure
}
preConfigure=preConfigure

postInstall() {
    rm -rf $out/docs
}
postInstall=postInstall

genericBuild