mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
154aac88de
svn path=/nixpkgs/trunk/; revision=6060
13 lines
151 B
Bash
13 lines
151 B
Bash
source $stdenv/setup
|
|
|
|
export installFlags="PREFIX=$out"
|
|
|
|
preBuild() {
|
|
cp $config .config
|
|
make include/bb_config.h
|
|
}
|
|
|
|
preBuild=preBuild
|
|
|
|
genericBuild
|