Fix path for upcoming Autotest relocation.

Additional change for the relocation of Autotest from /home/autotest to /usr/local/autotest. See http://codereview.chromium.org/6090004/

Change-Id: Id6f7ac6e93124414b0b6c6bed48efccfd982a49d

BUG=chromium-os:10799
TEST=Will test as whole with rest of /usr/local changes.

Review URL: http://codereview.chromium.org/5972012
This commit is contained in:
Dale Curtis 2011-01-10 11:50:01 -08:00
parent f58bc389d9
commit 86213e6795

View File

@ -8,7 +8,7 @@
# to launch a packaged extension at login.
echo "Creating external_extensions.json symlink"
LINK_TARGET="/home/autotest/tests/external_extensions.json"
LINK_TARGET="/usr/local/autotest/tests/external_extensions.json"
EXT_DIR="${ROOT_FS_DIR}/opt/google/chrome/extensions"
FILE="${EXT_DIR}/external_extensions.json"
mkdir -p $EXT_DIR