Fix 'xbps-src -m' to mount stuff in the correct place.

--HG--
extra : convert_revision : 930efb41ec285f2b65310629fe758397c178d681
This commit is contained in:
Juan RP
2010-04-27 21:52:36 +02:00
parent 9ddcd8fe72
commit da63915397
2 changed files with 12 additions and 3 deletions

View File

@@ -31,6 +31,10 @@ HANDLER="$1"
. @@XBPS_INSTALL_ETCDIR@@/xbps-src.conf
if [ -n "${MASTERDIR}" ]; then
export XBPS_MASTERDIR="${MASTERDIR}"
fi
REQFS="sys proc dev xbps"
mount_chroot_fs()