summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysklogd/builder.sh
blob: d7635547b686614655344872b83521ca96fd9818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
source $stdenv/setup

prefix=$out
export prefix

ensureDir "$out/usr/share/man/man8/"
ensureDir "$out/usr/share/man/man5/"
ensureDir "$out/usr/sbin"

genericBuild