debian-bootstrap.sh: add a final ldconfig

to make sure ld.so.cache is updated
This commit is contained in:
Jens Petersen 2019-01-01 16:35:17 +09:00
parent 3a456f771f
commit 9f2b7ab95c

View File

@ -299,3 +299,8 @@ add-apt-repository ppa:ubuntu-toolchain-r/test \
export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-3.9/lib;
export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include;
# finally run:
ldconfig
# EOF: don't build anything below this line