* Install the man page.

svn path=/nixpkgs/trunk/; revision=13485
This commit is contained in:
Eelco Dolstra 2008-11-28 13:06:54 +00:00
parent 7027006e4d
commit 60431bb1e8

View file

@ -10,13 +10,13 @@ let version = "20000331"; in
};
preConfigure = ''
substituteInPlace "Makefile" \
--replace "/usr/local" "$out" \
--replace '-o $(OWNER) -g $(GROUP)' ""
makeFlagsArray=(DESTBIN=$out/bin DESTMAN=$out/share/man OWNER=$(id -u) GROUP=$(id -g))
ensureDir "$out/bin"
ensureDir "$out/share/man"
'';
installTargets = "install man";
meta = {
description = "`host', a DNS resolution utility";
license = "BSD-style";