mdadm: split man output

This commit is contained in:
Doron Behar
2026-01-22 14:25:52 +02:00
parent a8c93ba428
commit e959d51978
+6 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
"INSTALL=install"
"BINDIR=$(out)/sbin"
"SYSTEMD_DIR=$(out)/lib/systemd/system"
"MANDIR=$(out)/share/man"
"MANDIR=$(man)/share/man"
"RUN_DIR=/dev/.mdadm"
"STRIP="
]
@@ -49,6 +49,11 @@ stdenv.mkDerivation rec {
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
];
outputs = [
"out"
"man"
];
installFlags = [ "install-systemd" ];
enableParallelBuilding = true;