Author: simons
Date: Mon Aug 2 13:37:36 2010
New Revision: 22875
URL: https://svn.nixos.org/websvn/nix/?rev=22875&sc=1
Log:
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.
Modified:
nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix
Modified: nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Mon Aug 2 12:55:54
2010 (r22874)
+++ nixpkgs/trunk/pkgs/tools/networking/nbd/default.nix Mon Aug 2 13:37:36
2010 (r22875)
@@ -15,6 +15,8 @@
# 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";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits