mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pkgs/tools/networking/nbd: install the README file to $out/share/doc
The README contains documentation that is useful in addition to the man pages. svn path=/nixpkgs/trunk/; revision=22875
This commit is contained in:
parent
c8d53236b1
commit
9ef0f1b935
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||
# machines that have a different setup than the local one.
|
||||
configureFlags = "LDFLAGS=-static";
|
||||
|
||||
postInstall = ''install -D -m 444 README "$out/share/doc/nbd/README"'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://nbd.sourceforge.net";
|
||||
description = "map arbitrary files as block devices over the network";
|
||||
|
Loading…
Reference in New Issue
Block a user