colordiff: fix man install path

svn path=/nixpkgs/trunk/; revision=29735
This commit is contained in:
Yury G. Kudryashov 2011-10-09 18:45:47 +00:00
parent 9caf409d96
commit 8d94826486

View file

@ -9,5 +9,5 @@ stdenv.mkDerivation {
buildInputs = [ perl /* xmlto */ ];
dontBuild = 1; # do not build doc yet.
installPhase = ''make INSTALL_DIR=/bin MAN_DIR=/man DESTDIR="$out" install'';
installPhase = ''make INSTALL_DIR=/bin MAN_DIR=/share/man/man1 DESTDIR="$out" install'';
}