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"