forked from mirrors/nixpkgs
* 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)";
|
||||
|
||||
postInstall =
|
||||
''
|
||||
ensureDir $out/share/man/man1
|
||||
cp miniupnpd.1 $out/share/man/man1/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://miniupnp.free.fr/;
|
||||
description = "A daemon that implements the UPnP Internet Gateway Device (IGD) specification";
|
||||
|
|
Loading…
Reference in a new issue