add ldconfig

This commit is contained in:
clowwindy 2014-12-10 23:46:16 +08:00
parent e6416562fc
commit d7d9e5c103

View file

@ -6,4 +6,5 @@ if [ ! -d libsodium-1.0.1 ]; then
fi
pushd libsodium-1.0.1
./configure && make && make install || exit 1
sudo ldconfig
popd