From eed77a98f42f7572c529269d90cf4278e4a2faf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 13 Nov 2020 20:09:52 -0300 Subject: [PATCH] common/hooks/post-install/04-create-xbps-metadata-scripts.sh: use correct section for chroot(2) in comment. --- common/hooks/post-install/04-create-xbps-metadata-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hooks/post-install/04-create-xbps-metadata-scripts.sh b/common/hooks/post-install/04-create-xbps-metadata-scripts.sh index 1300c783b7d..8bb86c4487a 100644 --- a/common/hooks/post-install/04-create-xbps-metadata-scripts.sh +++ b/common/hooks/post-install/04-create-xbps-metadata-scripts.sh @@ -38,7 +38,7 @@ process_metadata_scripts() { # # Note that paths must be relative to CWD, to avoid calling # host commands if /bin/sh (dash) is not installed and it's -# not possible to chroot(3). +# not possible to chroot(2). # export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"