]> git.lizzy.rs Git - rust.git/commit
install: Run ldconfig when installing on Unix. Closes #15596.
authorBrian Anderson <banderson@mozilla.com>
Fri, 11 Jul 2014 01:25:50 +0000 (18:25 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 11 Jul 2014 01:27:21 +0000 (18:27 -0700)
commit5ee270a148f95c35b14872fc6497e66c11177ea3
tree1967a7afbd9950b6fbb09f46852f244e2fcca6af
parentad82cb5621820526cf2d32651c063f6b7a2ea255
install: Run ldconfig when installing on Unix. Closes #15596.

If ldconfig fails it emits a warning. This is very possible when installing
to a non-system directory, so the warning tries to indicate that it may
not be a problem.
src/etc/install.sh