pkgs/tools/compression/bzip2: move --mandir into standard location $out/share/man
svn path=/nixpkgs/branches/stdenv-updates/; revision=25007
This commit is contained in:
parent
475cbea101
commit
b2ae5a5ba9
@ -23,6 +23,8 @@ stdenv.mkDerivation {
|
|||||||
sharedLibrary =
|
sharedLibrary =
|
||||||
!stdenv.isDarwin && !(stdenv ? isDietLibC) && !(stdenv ? isStatic) && stdenv.system != "i686-cygwin" && !linkStatic;
|
!stdenv.isDarwin && !(stdenv ? isDietLibC) && !(stdenv ? isStatic) && stdenv.system != "i686-cygwin" && !linkStatic;
|
||||||
|
|
||||||
|
preConfigure = "substituteInPlace Makefile --replace '$(PREFIX)/man' '$(PREFIX)/share/man'";
|
||||||
|
|
||||||
makeFlags = if linkStatic then "LDFLAGS=-static" else "";
|
makeFlags = if linkStatic then "LDFLAGS=-static" else "";
|
||||||
|
|
||||||
inherit linkStatic;
|
inherit linkStatic;
|
||||||
|
Loading…
Reference in New Issue
Block a user