mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
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
|