* Install the man page.
svn path=/nixpkgs/trunk/; revision=13485
This commit is contained in:
parent
7027006e4d
commit
60431bb1e8
@ -10,13 +10,13 @@ let version = "20000331"; in
|
|||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace "Makefile" \
|
makeFlagsArray=(DESTBIN=$out/bin DESTMAN=$out/share/man OWNER=$(id -u) GROUP=$(id -g))
|
||||||
--replace "/usr/local" "$out" \
|
|
||||||
--replace '-o $(OWNER) -g $(GROUP)' ""
|
|
||||||
|
|
||||||
ensureDir "$out/bin"
|
ensureDir "$out/bin"
|
||||||
|
ensureDir "$out/share/man"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
installTargets = "install man";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "`host', a DNS resolution utility";
|
description = "`host', a DNS resolution utility";
|
||||||
license = "BSD-style";
|
license = "BSD-style";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user