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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue