common/hooks/post-install/04-create-xbps-metadata-scripts.sh:
use correct section for chroot(2) in comment.
This commit is contained in:
parent
d7891100ff
commit
c804437d04
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue