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
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ process_metadata_scripts() {
|
||||||
#
|
#
|
||||||
# Note that paths must be relative to CWD, to avoid calling
|
# Note that paths must be relative to CWD, to avoid calling
|
||||||
# host commands if /bin/sh (dash) is not installed and it's
|
# 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"
|
export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue