1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 16:42:09 +00:00
nixpkgs/pkgs/development/libraries/db4/builder.sh

13 lines
151 B
Bash
Raw Normal View History

source $stdenv/setup
preConfigure() {
cd build_unix
configureScript=../dist/configure
}
postInstall() {
rm -rf $out/docs
}
genericBuild