From daab80e08d43830c17b693f1b09eef1e2b59994c Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 11 Dec 2022 14:13:38 +0200 Subject: [PATCH] move-docs.sh: update comment _multioutDocs is in multiple-outputs.sh --- pkgs/build-support/setup-hooks/move-docs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/build-support/setup-hooks/move-docs.sh b/pkgs/build-support/setup-hooks/move-docs.sh index 833113aa0fc..3f961155d20 100644 --- a/pkgs/build-support/setup-hooks/move-docs.sh +++ b/pkgs/build-support/setup-hooks/move-docs.sh @@ -1,6 +1,4 @@ -# This setup hook moves $out/{man,doc,info} to $out/share; moves -# $out/share/man to $man/share/man; and moves $out/share/doc to -# $man/share/doc. +# This setup hook moves $out/{man,doc,info} to $out/share. preFixupHooks+=(_moveToShare)