mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
13 lines
206 B
Bash
13 lines
206 B
Bash
source $stdenv/setup
|
|
|
|
prefix=$out
|
|
export prefix
|
|
|
|
installFlags="BINDIR=$out/sbin MANDIR=$out/share/man"
|
|
|
|
ensureDir "$out/share/man/man8/"
|
|
ensureDir "$out/share/man/man5/"
|
|
ensureDir "$out/sbin"
|
|
|
|
genericBuild
|