4ffb194541
svn path=/nixpkgs/trunk/; revision=3954
11 lines
163 B
Bash
11 lines
163 B
Bash
source $stdenv/setup
|
|
|
|
prefix=$out
|
|
export prefix
|
|
|
|
ensureDir "$out/usr/share/man/man8/"
|
|
ensureDir "$out/usr/share/man/man5/"
|
|
ensureDir "$out/usr/sbin"
|
|
|
|
genericBuild
|