xbps-src/shutils/chroot.sh: fix path to the shutils.
--HG-- extra : convert_revision : 7d06e6083358b1cbfd6733989d966e2a5a417bf0
This commit is contained in:
parent
745192ef37
commit
72554fbe8a
|
@ -132,9 +132,9 @@ install_xbps_utils()
|
|||
done
|
||||
cp -f $XBPS_INSTALLDIR/sbin/xbps-src $xbps_prefix/sbin
|
||||
if [ -z $XBPS_INSTALLDIR ]; then
|
||||
installdir=/usr/share/xbps
|
||||
installdir=/usr/share/xbps-src
|
||||
else
|
||||
installdir=$XBPS_INSTALLDIR/share/xbps
|
||||
installdir=$XBPS_INSTALLDIR/share/xbps-src
|
||||
fi
|
||||
cp -a $installdir $xbps_prefix/share
|
||||
rebuild_ldso_cache
|
||||
|
|
Loading…
Reference in New Issue