rabbitmq: move docs: $out/docs -> $out/share/docs

As pointed out by @bjornfor, we mostly have it under share.
This commit is contained in:
Vladimír Čunát 2014-01-26 14:15:10 +01:00
parent d02b0a1828
commit 01b0d1c926

View file

@ -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 =
''