* Install the man page.
svn path=/nixpkgs/trunk/; revision=13485
This commit is contained in:
parent
7027006e4d
commit
60431bb1e8
1 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue