common/hooks/post-install/04-create-xbps-metadata-scripts.sh:

use correct section for chroot(2) in comment.
This commit is contained in:
Érico Rolim 2020-11-13 20:09:52 -03:00 committed by Érico Nogueira Rolim
parent d7891100ff
commit c804437d04

View file

@ -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"