Need to run ldconfig after adding chromeos-test packages

Change-Id: I1118a840e8ecc0ae0620003ea79ee0fd4174a96b

BUG=chromium-os:11811
TEST=Boot the system, and run 'xset'.  Also, run the BVT suite
TEST=Test mod_image_for_test.sh --factory_install to see that there are no error messages

Review URL: http://codereview.chromium.org/6451009
This commit is contained in:
J. Richard Barnette 2011-02-08 16:19:56 -08:00
parent aabded5941
commit 90d2613692

View File

@ -235,6 +235,9 @@ else
fi
fi
# Re-run ldconfig to fix /etc/ldconfig.so.cache.
sudo /sbin/ldconfig -r "${ROOT_FS_DIR}"
# Let's have a look at the image just in case..
if [ "${VERIFY}" = "true" ]; then
pushd "${ROOT_FS_DIR}"