pkgs/tools/X11/x11vnc: move --mandir and --infodir to standard locations

svn path=/nixpkgs/trunk/; revision=25012
This commit is contained in:
Peter Simons 2010-12-06 18:01:46 +00:00
parent 747604d740
commit dffe4189e7

View File

@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
xorg.recordproto xorg.libXi xorg.libXrender xorg.renderproto
];
preConfigure = ''
configureFlags="--mandir=$out/share/man"
'';
meta = {
description = "A VNC server connected to a real X11 screen";
homepage = http://www.karlrunge.com/x11vnc/;