Fix xterm

Review URL: http://codereview.chromium.org/1026002
This commit is contained in:
Chris Sosa 2010-03-15 17:52:47 -07:00
parent 77a2963e7d
commit cbac648820

View File

@ -308,7 +308,10 @@ if [ $FLAGS_statefuldev -eq $FLAGS_TRUE ] ; then
sudo unlink "$DEV_IMAGE_ROOT/usr/local"
sudo ln -s "/usr/local/lib" "$DEV_IMAGE_ROOT/usr/lib64"
sudo ln -s "/usr/local" "$DEV_IMAGE_ROOT/usr/local"
sudo ln -s "/usr/local" "$DEV_IMAGE_ROOT/usr/local"
#TODO(sosa@chromium.org) - /usr/bin/xterm symlink not created in stateful.
sudo ln -sf "/usr/local/bin/aterm" "/usr/bin/xterm"
fi
# Perform any customizations on the root file system that are needed.