remove dev-mode aterm related changes

aterm will be going back into every build for now, so we can revert these dev-mode only changes

BUG=chromium-os:3884
TEST=none yet

Review URL: http://codereview.chromium.org/2669004
This commit is contained in:
rginda 2010-06-07 17:50:54 -07:00
parent 3f4529c375
commit e58b86fdcf

View File

@ -255,13 +255,6 @@ create_mod_image() {
# The ldd tool is a useful shell script but lives in glibc; just copy it.
sudo cp -a "$(which ldd)" "${root_dev_dir}/usr/bin"
# TODO: Temporarily create fake xterm symlink until we do proper xinitrc
local aterm="$root_fs_dir/usr/local/bin/aterm"
if [[ -f "${aterm}" ]]; then
sudo chmod 0755 "$aterm"
sudo ln -s aterm "${root_fs_dir}/usr/local/bin/xterm"
fi
# If vim is installed, then a vi symlink would probably help.
if [[ -x "${root_fs_dir}/usr/local/bin/vim" ]]; then
sudo ln -sf vim "${root_fs_dir}/usr/local/bin/vi"