mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 16:07:35 +00:00
rabbitmq: move docs: $out/docs -> $out/share/docs
As pointed out by @bjornfor, we mostly have it under share.
This commit is contained in:
parent
d02b0a1828
commit
01b0d1c926
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
installFlags = "TARGET_DIR=$(out)/libexec/rabbitmq SBIN_DIR=$(out)/sbin MAN_DIR=$(out)/share/man DOC_INSTALL_DIR=$(out)/doc";
|
||||
installFlags = "TARGET_DIR=$(out)/libexec/rabbitmq SBIN_DIR=$(out)/sbin MAN_DIR=$(out)/share/man DOC_INSTALL_DIR=$(out)/share/doc";
|
||||
|
||||
preInstall =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user