Skip to content

Commit

Permalink
debian-bootstrap.sh: add a final ldconfig
Browse files Browse the repository at this point in the history
to make sure ld.so.cache is updated
  • Loading branch information
juhp committed Jan 1, 2019
1 parent 3a456f7 commit 9f2b7ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f2b7ab

Please sign in to comment.