28a5a070c1
This depends if a package uses $base_package, by default not set, means the package will be installed into masterdir/usr, if set will be installed into masterdir directly. While here fixup binutils, gcc and glibc! I'm approaching to the point on where I'll be able to chroot into masterdir and having working pkgs installed. --HG-- extra : convert_revision : be3c3e0d7368e7a1e1ef1c9add932aeeab82688d
6 lines
183 B
Bash
6 lines
183 B
Bash
#
|
|
# Rebuild dynamic linker's cache after building glibc.
|
|
#
|
|
$XBPS_DESTDIR/$pkgname-$version/sbin/ldconfig -C $XBPS_SYSCONFDIR/ld.so.cache
|
|
$XBPS_DESTDIR/$pkgname-$version/sbin/ldconfig
|