xbps-src: no need to chroot to install xbps-src anymore.
This commit is contained in:
parent
99578ee070
commit
7253423d23
3 changed files with 27 additions and 17 deletions
|
@ -28,9 +28,11 @@ readonly XBPS_SRC_BUILD_VERSION=20111118
|
|||
if [ -n "$IN_CHROOT" ]; then
|
||||
export XBPS_ETCDIR=/usr/local/etc/xbps
|
||||
export XBPS_SHAREDIR=/usr/local/share/xbps-src
|
||||
export XBPS_LIBEXECDIR=/usr/local/libexec
|
||||
export XBPS_LIBEXECDIR=/usr/local/libexec/xbps-src
|
||||
else
|
||||
export XBPS_PREFIX=@@XBPS_INSTALL_PREFIX@@
|
||||
export XBPS_ETCDIR=@@XBPS_INSTALL_ETCDIR@@
|
||||
export XBPS_SBINDIR=@@XBPS_INSTALL_SBINDIR@@
|
||||
export XBPS_SHAREDIR=@@XBPS_INSTALL_SHAREDIR@@
|
||||
export XBPS_LIBEXECDIR=@@XBPS_INSTALL_LIBEXECDIR@@
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue