* Install the manpage.
svn path=/nixpkgs/trunk/; revision=21931
This commit is contained in:
parent
f5ccde78ff
commit
fa94d434a1
@ -24,6 +24,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = "PREFIX=$(out) INSTALLPREFIX=$(out)";
|
installFlags = "PREFIX=$(out) INSTALLPREFIX=$(out)";
|
||||||
|
|
||||||
|
postInstall =
|
||||||
|
''
|
||||||
|
ensureDir $out/share/man/man1
|
||||||
|
cp miniupnpd.1 $out/share/man/man1/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://miniupnp.free.fr/;
|
homepage = http://miniupnp.free.fr/;
|
||||||
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
|
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user