Also call ldconfig when installing extra binaries

This commit is contained in:
Daniel Winzen
2021-05-04 13:59:23 +02:00
parent 8ac5330a88
commit 560f5e9269

View File

@ -274,6 +274,7 @@ test "$CHROOT_DIRECTORY" != ""
if [ "$2" != "" ]; then if [ "$2" != "" ]; then
CHROOT_BINARY $2 CHROOT_BINARY $2
CHROOT_LIBRARIES CHROOT_LIBRARIES
ldconfig -r $CHROOT_DIRECTORY
echo "copied extra binary $2"; echo "copied extra binary $2";
exit 0; exit 0;
fi fi