about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-12-11 14:13:38 +0200
committerArtturin <Artturin@artturin.com>2022-12-12 21:39:56 +0200
commitdaab80e08d43830c17b693f1b09eef1e2b59994c (patch)
treed3b792bb4513075f0c14c9445a1851777ecfb01a /pkgs/build-support/setup-hooks
parent9cb5662187377146daf2b2abd54f4bce9ab59343 (diff)
move-docs.sh: update comment
_multioutDocs is in multiple-outputs.sh
Diffstat (limited to 'pkgs/build-support/setup-hooks')
-rw-r--r--pkgs/build-support/setup-hooks/move-docs.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/build-support/setup-hooks/move-docs.sh b/pkgs/build-support/setup-hooks/move-docs.sh
index 833113aa0fc81..3f961155d201a 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)