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