mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
colordiff: fix man install path
svn path=/nixpkgs/trunk/; revision=29735
This commit is contained in:
parent
9caf409d96
commit
8d94826486
1 changed files with 1 additions and 1 deletions
|
@ -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'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue