1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/misc/busybox/builder.sh
2006-08-06 22:24:48 +00:00

13 lines
151 B
Bash

source $stdenv/setup
export installFlags="PREFIX=$out"
preBuild() {
cp $config .config
make include/bb_config.h
}
preBuild=preBuild
genericBuild